eigen/test
Benoit Jacob 01572b9f54 big change: MatrixBase only takes one template parameter "Derived", the
template parameter "Scalar" is removed. This is achieved by introducting a
template <typename Derived> struct Scalar to achieve a forward-declaration of
the Scalar typedefs.
2008-03-10 17:23:11 +00:00
..
adjoint.cpp * Fix a compilation issue with large fixed-size matrices: the unrollers were always instanciated. 2008-03-05 13:18:19 +00:00
basicstuff.cpp Extended the comma initializer to support xpr on the right side: 2008-03-08 19:46:06 +00:00
CMakeLists.txt * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; 2008-03-08 19:02:24 +00:00
cwiseop.cpp * coefficient wise operators are more generic, with controllable result type. 2008-03-06 11:36:27 +00:00
linearstructure.cpp Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
main.cpp Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
main.h big change: MatrixBase only takes one template parameter "Derived", the 2008-03-10 17:23:11 +00:00
map.cpp Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
miscmatrices.cpp Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
product.cpp * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; 2008-03-08 19:02:24 +00:00
smallvectors.cpp Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
submatrices.cpp Removed trailling spaces. 2008-03-03 11:02:52 +00:00