aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/MatrixBase.h
Commit message (Expand)AuthorAge
* more documentation and examples, add Doxyfile and Mainpage.dox and alsoGravatar Benoit Jacob2007-12-20
* - make RowsAtCompileTime and ColsAtCompileTime public inGravatar Benoit Jacob2007-12-19
* enforce constness in map(), do only one const_cast, and improve APIGravatar Benoit Jacob2007-12-19
* split the coeffs accessors/mutators into a separate Coeffs.h fileGravatar Benoit Jacob2007-12-18
* 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
* expand unit-tests and fix const-qualifaction bugs thus discoveredGravatar Benoit Jacob2007-12-12
* 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
* rename CopyHelper into OperatorEquals, get rid of the auxiliary _copy_helper(...Gravatar Benoit Jacob2007-12-11
* rework asserts system so as to minimize the impact of debugging code on perfo...Gravatar Benoit Jacob2007-12-11
* big reorganisation of asserts, so that:Gravatar Benoit Jacob2007-12-05
* and here is the fixed-size Block classGravatar Benoit Jacob2007-12-05
* rename Block to DynBlock and rework API to make place forGravatar Benoit Jacob2007-12-05
* Rework the unit-tests to use lower precision, so as to eliminateGravatar Benoit Jacob2007-12-03
* Much more convenient, less over-engineered NumTraits. Done during this KDE-Ed...Gravatar Benoit Jacob2007-12-02
* add more unit-tests (covering transpose, conjugate, adjoint, dot product...)Gravatar Benoit Jacob2007-11-28
* rename Object -> MatrixBaseGravatar Benoit Jacob2007-11-27