aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core/MatrixBase.h
Commit message (Expand)AuthorAge
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28
* matrix storage order can now also be row-dominant (choosable for each matrix ...Gravatar Benoit Jacob2007-12-27
* in ScalarMultiple, make the factor type independent from the matrix scalar type.Gravatar Benoit Jacob2007-12-26
* - eigen2 now fully enforces constness! found a way to achieve thatGravatar Benoit Jacob2007-12-25
* - rework the coefficients APIGravatar Benoit Jacob2007-12-24
* now we also have a examples/ directory for self-contained examples,Gravatar Benoit Jacob2007-12-21
* rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>Gravatar Benoit Jacob2007-12-20