eigen/doc
Benoit Jacob 3b94436d2f * vectorize dot product, copying code from sum.
* make the conj functor vectorizable: it is just identity in real case,
  and complex doesn't use the vectorized path anyway.
* fix bug in Block: a 3x1 block in a 4x4 matrix (all fixed-size)
  should not be vectorizable, since in fixed-size we are assuming
  the size to be a multiple of packet size. (Or would you prefer
  Vector3d to be flagged "packetaccess" even though no packet access
  is possible on vectors of that type?)
* rename:
  isOrtho for vectors ---> isOrthogonal
  isOrtho for matrices ---> isUnitary
* add normalize()
* reimplement normalized with quotient1 functor
2008-06-24 15:13:00 +00:00
..
examples fix building of examples 2008-06-03 09:43:59 +00:00
snippets * vectorize dot product, copying code from sum. 2008-06-24 15:13:00 +00:00
CMakeLists.txt * find the proper way of nesting the expression in Flagged: 2008-05-28 04:38:16 +00:00
Doxyfile.in fix building of examples 2008-06-03 09:43:59 +00:00
echelon.cpp * Start of the LU module, with matrix inversion already there and 2008-04-14 08:20:24 +00:00
example.cpp part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
Mainpage.dox work around Doxygen bug triggered by r814874, which caused many classes to disappear 2008-06-02 19:29:23 +00:00
tutorial.cpp Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block 2008-02-29 13:56:40 +00:00