aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
Commit message (Expand)AuthorAge
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* add jacobiSvd() method, update test & docsGravatar Benoit Jacob2010-10-17
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
* Fix Sun CC parsing of Eigen/Core. In particular,Gravatar Gael Guennebaud2010-08-25
* Docs: Add references to TopicClassHierarchyGravatar Jitse Niesen2010-08-22
* further improve compilation error message for array+=matrixGravatar Gael Guennebaud2010-08-16
* improve compilation error message for array+=matrix and the likesGravatar Gael Guennebaud2010-08-16
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* Added doxygen info for .matrix() and .array()Gravatar Carlos Becker2010-06-28
* email changeGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* remove reference to the dead Array moduleGravatar Gael Guennebaud2010-06-19
* This scalar needs to be passed by ref to preserve its alignment.Gravatar Hauke Heibel2010-06-15
* Really fix #123.Gravatar Hauke Heibel2010-06-14
* Fixes bug #123.Gravatar Hauke Heibel2010-06-14
* added the SparseView class.Gravatar Daniel Lowengrub2010-06-14
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
|/
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24
* compilation fix: const T ---> typename ei_makeconst<T>::typeGravatar Benoit Jacob2010-05-18
* remove MakeBase, use ei_dense_xpr_base insteadGravatar Benoit Jacob2010-04-23
* * remove class DenseDirectAccessBaseGravatar Benoit Jacob2010-04-23
* add minor to Eigen2SupportGravatar Benoit Jacob2010-04-22
* remove MinorGravatar Benoit Jacob2010-04-22
* API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
* Moved x()/y()/z() and w() access functions to DenseBase; they are now availab...Gravatar Hauke Heibel2010-03-04
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* * as promised, remove the "optimization" for Product::diagonal()Gravatar Gael Guennebaud2010-02-09
* remove some trailing nestbyvalueGravatar Gael Guennebaud2010-02-01
* Fixed mean reduction leading to unresolved symbol.Gravatar Hauke Heibel2010-01-29
* Added array() to ArrayBase and matrix() to MatrixBase().Gravatar Hauke Heibel2010-01-21
* fix both compilation and previous fix : now 'basicstuff' passes again.Gravatar Thomas Capricelli2010-01-18
* fix !=Gravatar Gael Guennebaud2010-01-18
* More documentation improvements.Gravatar Hauke Heibel2010-01-16
* Changed parts of the documentation.Gravatar Hauke Heibel2010-01-14
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* | a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17