eigen/test
Benoit Jacob dad245af56 - eigen2 now fully enforces constness! found a way to achieve that
with minimal code duplication. There now are only two (2)
  const_cast remaining in the whole source code.
- eigen2 now fully allows copying a row-vector into a column-vector.
  added a unit-test for that.
- split unit tests, improve docs, various improvements.
2007-12-25 17:20:58 +00:00
..
adjoint.cpp expand unit-tests and fix const-qualifaction bugs thus discovered 2007-12-12 17:48:20 +00:00
basicstuff.cpp - eigen2 now fully enforces constness! found a way to achieve that 2007-12-25 17:20:58 +00:00
CMakeLists.txt - eigen2 now fully enforces constness! found a way to achieve that 2007-12-25 17:20:58 +00:00
linearstructure.cpp - eigen2 now fully enforces constness! found a way to achieve that 2007-12-25 17:20:58 +00:00
main.cpp revert most of my previous commit. forcing the compiler to inline only increased 2007-12-11 14:57:42 +00:00
main.h - eigen2 now fully enforces constness! found a way to achieve that 2007-12-25 17:20:58 +00:00
map.cpp - eigen2 now fully enforces constness! found a way to achieve that 2007-12-25 17:20:58 +00:00
miscmatrices.cpp -add Ones, DiagonalMatrix, DiagonalCoeffs 2007-12-15 18:16:30 +00:00
product.cpp - eigen2 now fully enforces constness! found a way to achieve that 2007-12-25 17:20:58 +00:00
smallvectors.cpp add constructors and accessors/mutators specific to small vectors. 2007-12-17 20:51:40 +00:00
submatrices.cpp -add Ones, DiagonalMatrix, DiagonalCoeffs 2007-12-15 18:16:30 +00:00