aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Matrix.h
Commit message (Expand)AuthorAge
* - make RowsAtCompileTime and ColsAtCompileTime public inGravatar Benoit Jacob2007-12-19
* Improve the "map" API and corresponding Matrix constructorsGravatar Benoit Jacob2007-12-18
* add matrix constructor taking an array. update unit-tests.Gravatar Benoit Jacob2007-12-18
* add constructors and accessors/mutators specific to small vectors.Gravatar Benoit Jacob2007-12-17
* some more cleanup and reorganisationGravatar Benoit Jacob2007-12-17
* -add Ones, DiagonalMatrix, DiagonalCoeffsGravatar Benoit Jacob2007-12-15
* revert most of my previous commit. forcing the compiler to inline only increasedGravatar Benoit Jacob2007-12-11
* play with inlining to get better performance when the compiler is not asked t...Gravatar Benoit Jacob2007-12-11
* big reorganisation of asserts, so that:Gravatar Benoit Jacob2007-12-05
* rename Object -> MatrixBaseGravatar Benoit Jacob2007-11-27
* Matrix(int,int) constructor no longer takes default arguments.Gravatar Benoit Jacob2007-11-26
* - improve and comment the "BasicStuff" test.Gravatar Benoit Jacob2007-11-26
* add cast<newtype>() function to casts the scalars to another type.Gravatar Benoit Jacob2007-10-19
* make shameless use of const_cast to reduce code redundancy. This means Eigen2Gravatar Benoit Jacob2007-10-15
* remove support for type std::complex<int>. Simplify NumTraits accordingly.Gravatar Benoit Jacob2007-10-14
* split MatrixOps.h into 3 files; rename ScalarOps.h; remove useless #includes.Gravatar Benoit Jacob2007-10-13
* SVN_SILENT:Gravatar Benoit Jacob2007-10-12
* simplify the new USING_EIGEN_DATA_TYPES macroGravatar Benoit Jacob2007-10-11
* Democracy 1 - 0 DictatorshipGravatar Benoit Jacob2007-10-11
* reorganisation of headers, commit47b935fc42cbf2ca992d8a270bc1b0fc97d1f6bcGravatar Benoit Jacob2007-10-07