aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
...
* | adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
| * * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
| * Documentation clean up.Gravatar Jitse Niesen2009-12-08
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * fix MSVC10 compilationGravatar Gael Guennebaud2009-12-02
| * * remove empty destructors in Matrix.h and MatrixStorage.hGravatar Mathieu Gautier2009-12-02
| * Added NestByValue and .nestByValue() again for the sake of backwards compatib...Gravatar Hauke Heibel2009-12-02
| * Removed unnecessary code.Gravatar Hauke Heibel2009-12-02
| * That's it NestByValue and .nestByValue() are both gone!Gravatar Hauke Heibel2009-12-01
| * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from MatrixBase::select().Gravatar Hauke Heibel2009-12-01
| * Removed wrong typename.Gravatar Hauke Heibel2009-11-30
| * Initial commit for a modified ei_nested logic.Gravatar Hauke Heibel2009-11-30
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
| * add SSE4 support, start with integer multiplicationGravatar Benoit Jacob2009-11-24
| * fix assert and handle Unit shapesGravatar Benoit Jacob2009-11-24
* | Add the concept of base class plugins, and started to write the ArrayBase class.Gravatar Gael Guennebaud2009-11-20
* | * remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBaseGravatar Gael Guennebaud2009-11-20
* | Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
| * * don't laugh, but these bugs took me forever to fix.Gravatar Benoit Jacob2009-11-19
| * minor improvements in triangular stuffGravatar Benoit Jacob2009-11-19
| * * fix compilation of unit-tests (sorry, had tested only 1 channel)Gravatar Benoit Jacob2009-11-19
| * TriangularMatrix: extend to rectangular matricesGravatar Benoit Jacob2009-11-19
| * * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
| * fix bugs, old and new:Gravatar Benoit Jacob2009-11-18
| * temporarily disable linear traversal.Gravatar Benoit Jacob2009-11-18
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
| * Assign.h: add LinearTraversal (non-vectorized index-based traversal)Gravatar Benoit Jacob2009-11-18
* | Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* | adapt CwiseBinaryOp and the Sparse counter partGravatar Gael Guennebaud2009-11-17
| * vade retroGravatar Benoit Jacob2009-11-16
| * for consistency: PlainMatrixType ---> DenseMatrixTypeGravatar Benoit Jacob2009-11-16
| * addToDense ---> addToGravatar Benoit Jacob2009-11-16
| * PermutationMatrix: add setIdentity and transpositions methodsGravatar Benoit Jacob2009-11-16
| * PartialPivLU: port to PermutationMatrixGravatar Benoit Jacob2009-11-16
| * DiagonalMatrix: release-quality documentationGravatar Benoit Jacob2009-11-16
| * PermutationMatrix:Gravatar Benoit Jacob2009-11-16
| * initialize-by-zero: remember that when the newsize==oldsize, resize() must re...Gravatar Benoit Jacob2009-11-16
* | adapt CwiseUnaryOp and CwiseUnaryViewGravatar Gael Guennebaud2009-11-16
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
| * PermutationMatrix: add inverse() and product of permutationsGravatar Benoit Jacob2009-11-16
|/
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13
* ouch, avoid infinite loop!Gravatar Benoit Jacob2009-11-12
* also optionnally initialize by zero after resizingGravatar Benoit Jacob2009-11-12
* * add non-default option to initialize matrices by 0Gravatar Benoit Jacob2009-11-12
* fix PowerPC platform detectionGravatar Benoit Jacob2009-11-11
* *adapt Householder to the convention that we now favor refs over ptrs for out...Gravatar Benoit Jacob2009-11-10