aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
Commit message (Expand)AuthorAge
...
| * eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...Gravatar Benoit Jacob2011-01-25
| * eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
| * eigen2: pass the inverse testGravatar Benoit Jacob2011-01-25
| * eigen2: pass lu testGravatar Benoit Jacob2011-01-25
|/
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
* pass eigen2's triangular testGravatar Benoit Jacob2011-01-23
* Move part() to EIGEN2_SUPPORT (had been deprecated for a long time)Gravatar Benoit Jacob2011-01-23
* make eigen2 visitor test passGravatar Benoit Jacob2011-01-23
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while s...Gravatar Benoit Jacob2011-01-23
* introduce the 3 stages of eigen2 support, writing to the mailing list about t...Gravatar Benoit Jacob2011-01-21
* fixed msvc9 build errors.Gravatar Jose Luis Blanco2010-12-29
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* 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