| Commit message (Expand) | Author | Age |
* | Added doxygen info for .matrix() and .array() | Carlos Becker | 2010-06-28 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | fix compilation when default to row major | Gael Guennebaud | 2010-06-24 |
* | remove reference to the dead Array module | Gael Guennebaud | 2010-06-19 |
* | This scalar needs to be passed by ref to preserve its alignment. | Hauke Heibel | 2010-06-15 |
* | Really fix #123. | Hauke Heibel | 2010-06-14 |
* | Fixes bug #123. | Hauke Heibel | 2010-06-14 |
* | added the SparseView class. | Daniel Lowengrub | 2010-06-14 |
* | merge my Dynamic -> -1 change | Benoit Jacob | 2010-06-11 |
|\ |
|
* | | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
| * | * remove ei_index, and let ei_traits propagate the index types | Gael Guennebaud | 2010-06-03 |
|/ |
|
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | Update eigenvalues() and operatorNorm() methods in MatrixBase. | Jitse Niesen | 2010-05-24 |
* | compilation fix: const T ---> typename ei_makeconst<T>::type | Benoit Jacob | 2010-05-18 |
* | remove MakeBase, use ei_dense_xpr_base instead | Benoit Jacob | 2010-04-23 |
* | * remove class DenseDirectAccessBase | Benoit Jacob | 2010-04-23 |
* | add minor to Eigen2Support | Benoit Jacob | 2010-04-22 |
* | remove Minor | Benoit Jacob | 2010-04-22 |
* | API change: ei_matrix_exponential(A) --> A.exp(), etc | Jitse Niesen | 2010-03-16 |
* | Moved x()/y()/z() and w() access functions to DenseBase; they are now availab... | Hauke Heibel | 2010-03-04 |
* | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
* | Renamed AnyMatrixBase to EigenBase. | Hauke Heibel | 2010-02-20 |
* | * move dummy_precision and epsilon to NumTraits | Gael Guennebaud | 2010-02-10 |
* | * as promised, remove the "optimization" for Product::diagonal() | Gael Guennebaud | 2010-02-09 |
* | remove some trailing nestbyvalue | Gael Guennebaud | 2010-02-01 |
* | Fixed mean reduction leading to unresolved symbol. | Hauke Heibel | 2010-01-29 |
* | Added array() to ArrayBase and matrix() to MatrixBase(). | Hauke Heibel | 2010-01-21 |
* | fix both compilation and previous fix : now 'basicstuff' passes again. | Thomas Capricelli | 2010-01-18 |
* | fix != | Gael Guennebaud | 2010-01-18 |
* | More documentation improvements. | Hauke Heibel | 2010-01-16 |
* | Changed parts of the documentation. | Hauke Heibel | 2010-01-14 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | merge and add start/end to Eigen2Support | Gael Guennebaud | 2010-01-05 |
|\ |
|
| * | Big renaming: | Benoit Jacob | 2010-01-04 |
* | | port VectorwiseOp and Swap to the novel mechanisms, and various cleanning | Gael Guennebaud | 2010-01-04 |
* | | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\| |
|
* | | a couple of fixes, now Array passes the linearstructure test | Gael Guennebaud | 2009-12-17 |
* | | a couple of fixes and cleaning | Gael Guennebaud | 2009-12-17 |
* | | a lot of cleaning and fixes | Gael Guennebaud | 2009-12-16 |
| * | * fix aliasing checks when the lhs is also transposed. At the same time, | Gael Guennebaud | 2009-12-16 |
* | | adapt select, replicate and reverse | Gael Guennebaud | 2009-12-10 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
| * | Added NestByValue and .nestByValue() again for the sake of backwards compatib... | Hauke Heibel | 2009-12-02 |
| * | That's it NestByValue and .nestByValue() are both gone! | Hauke Heibel | 2009-12-01 |
| * | Much more NestByValue cleanup. | Hauke Heibel | 2009-12-01 |
| * | Removed NestByValue dependency from MatrixBase::select(). | Hauke Heibel | 2009-12-01 |
| * | precision ---> dummy_precision | Benoit Jacob | 2009-11-26 |
* | | Add the concept of base class plugins, and started to write the ArrayBase class. | Gael Guennebaud | 2009-11-20 |
* | | * remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBase | Gael Guennebaud | 2009-11-20 |
* | | Another big refactoring change: | Gael Guennebaud | 2009-11-18 |