| Commit message (Expand) | Author | Age |
... | |
* | | adapt select, replicate and reverse | Gael Guennebaud | 2009-12-10 |
| * | * 4x4 inverse: revert to cofactors method | Benoit Jacob | 2009-12-09 |
| * | Documentation clean up. | Jitse Niesen | 2009-12-08 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
| * | fix MSVC10 compilation | Gael Guennebaud | 2009-12-02 |
| * | * remove empty destructors in Matrix.h and MatrixStorage.h | Mathieu Gautier | 2009-12-02 |
| * | Added NestByValue and .nestByValue() again for the sake of backwards compatib... | Hauke Heibel | 2009-12-02 |
| * | Removed unnecessary code. | Hauke Heibel | 2009-12-02 |
| * | That's it NestByValue and .nestByValue() are both gone! | Hauke Heibel | 2009-12-01 |
| * | Even more NestByValue cleanup... | 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 |
| * | Removed wrong typename. | Hauke Heibel | 2009-11-30 |
| * | Initial commit for a modified ei_nested logic. | Hauke Heibel | 2009-11-30 |
| * | precision ---> dummy_precision | Benoit Jacob | 2009-11-26 |
| * | add SSE4 support, start with integer multiplication | Benoit Jacob | 2009-11-24 |
| * | fix assert and handle Unit shapes | Benoit Jacob | 2009-11-24 |
* | | 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 |
* | | Hey, finally the copyCoeff stuff is not only used to implement swap anymore :) | Gael Guennebaud | 2009-11-20 |
| * | * don't laugh, but these bugs took me forever to fix. | Benoit Jacob | 2009-11-19 |
| * | minor improvements in triangular stuff | Benoit Jacob | 2009-11-19 |
| * | * fix compilation of unit-tests (sorry, had tested only 1 channel) | Benoit Jacob | 2009-11-19 |
| * | TriangularMatrix: extend to rectangular matrices | Benoit Jacob | 2009-11-19 |
| * | * eigen2->eigen3 | Benoit Jacob | 2009-11-19 |
| * | fix bugs, old and new: | Benoit Jacob | 2009-11-18 |
| * | temporarily disable linear traversal. | Benoit Jacob | 2009-11-18 |
* | | Another big refactoring change: | Gael Guennebaud | 2009-11-18 |
| * | Assign.h: add LinearTraversal (non-vectorized index-based traversal) | Benoit Jacob | 2009-11-18 |
* | | Big refactoring/cleaning in the spasre module with | Gael Guennebaud | 2009-11-18 |
* | | more ET refactoring: | Gael Guennebaud | 2009-11-17 |
* | | adapt CwiseBinaryOp and the Sparse counter part | Gael Guennebaud | 2009-11-17 |
| * | vade retro | Benoit Jacob | 2009-11-16 |
| * | for consistency: PlainMatrixType ---> DenseMatrixType | Benoit Jacob | 2009-11-16 |
| * | addToDense ---> addTo | Benoit Jacob | 2009-11-16 |
| * | PermutationMatrix: add setIdentity and transpositions methods | Benoit Jacob | 2009-11-16 |
| * | PartialPivLU: port to PermutationMatrix | Benoit Jacob | 2009-11-16 |
| * | DiagonalMatrix: release-quality documentation | Benoit Jacob | 2009-11-16 |
| * | PermutationMatrix: | Benoit Jacob | 2009-11-16 |
| * | initialize-by-zero: remember that when the newsize==oldsize, resize() must re... | Benoit Jacob | 2009-11-16 |
* | | adapt CwiseUnaryOp and CwiseUnaryView | Gael Guennebaud | 2009-11-16 |
* | | Experiment the ET refactoring on Transpose for Dense and Sparse storages. | Gael Guennebaud | 2009-11-16 |
| * | PermutationMatrix: add inverse() and product of permutations | Benoit Jacob | 2009-11-16 |
|/ |
|
* | * add PermutationMatrix | Benoit Jacob | 2009-11-15 |
* | * add Map<Quaternion> test based on Map from test/map.cpp | Mathieu Gautier | 2009-11-13 |
* | ouch, avoid infinite loop! | Benoit Jacob | 2009-11-12 |
* | also optionnally initialize by zero after resizing | Benoit Jacob | 2009-11-12 |
* | * add non-default option to initialize matrices by 0 | Benoit Jacob | 2009-11-12 |
* | fix PowerPC platform detection | Benoit Jacob | 2009-11-11 |
* | *adapt Householder to the convention that we now favor refs over ptrs for out... | Benoit Jacob | 2009-11-10 |