eigen/test
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
..
adjoint.cpp * vectorize dot product, copying code from sum. 2008-06-24 15:13:00 +00:00
array.cpp forgot to add the unit test array.cpp 2008-06-21 17:28:07 +00:00
basicstuff.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
cholesky.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
CMakeLists.txt * implement slice vectorization. Because it uses unaligned 2008-06-22 15:02:05 +00:00
commainitializer.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
cwiseop.cpp * vectorize dot product, copying code from sum. 2008-06-24 15:13:00 +00:00
determinant.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
eigensolver.cpp * Added a generalized eigen solver for the selfadjoint case. 2008-06-14 19:42:12 +00:00
geometry.cpp * vectorize dot product, copying code from sum. 2008-06-24 15:13:00 +00:00
inverse.cpp added a unit test for Inverse 2008-05-31 23:44:11 +00:00
linearstructure.cpp * added a pseudo expression Array giving access to: 2008-06-20 12:38:03 +00:00
main.h add a geometry unit test and fix a couple of typo in Quaternion.h 2008-06-03 07:32:12 +00:00
map.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
miscmatrices.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
nomalloc.cpp Added a Hessenberg decomposition class for both real and complex matrices. 2008-06-08 15:03:23 +00:00
product.cpp * refactoring of Product: 2008-06-19 17:33:57 +00:00
qr.cpp Added a Hessenberg decomposition class for both real and complex matrices. 2008-06-08 15:03:23 +00:00
runtest.sh update of the testing framework: 2008-05-22 12:18:55 +00:00
sizeof.cpp fix some compile errors with gcc 4.3, some warnings, some documentation 2008-06-06 13:10:00 +00:00
smallvectors.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
submatrices.cpp update of the testing framework: 2008-05-22 12:18:55 +00:00
triangular.cpp - introduce Part and Extract classes, splitting and extending the former 2008-05-27 05:47:30 +00:00