aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
* simplificationGravatar Benoit Jacob2009-11-18
* fix remaining bug in ColPivHouseholderQR, so now all tests pass againGravatar Benoit Jacob2009-11-18
* fix bugs, old and new:Gravatar Benoit Jacob2009-11-18
* temporarily disable linear traversal.Gravatar Benoit Jacob2009-11-18
* fix stuff after the PermutationMatrix changes.Gravatar Benoit Jacob2009-11-18
* Assign.h: add LinearTraversal (non-vectorized index-based traversal)Gravatar Benoit Jacob2009-11-18
* port the QR module to PermutationMatrixGravatar Benoit Jacob2009-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
* Port FullPivLU to PermutationMatrixGravatar 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
* 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
* Compilation fix: makeHousholderInPlace now uses references.Gravatar Jitse Niesen2009-11-11
* 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
* fix compilation and removed some unused stuff in skylineGravatar Gael Guennebaud2009-11-10
* fix #68 I did not see the skyline matrix patch contained thatGravatar Gael Guennebaud2009-11-10
* mv the Skyline module to unsupported/Gravatar Gael Guennebaud2009-11-10
* Added basic SkylineMatrix.Gravatar kayhman2009-11-04
* * mergeGravatar Benoit Jacob2009-11-09
|\
* | add missing includesGravatar Benoit Jacob2009-11-09
* | last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
| * Quaternion: fix compilation, cleaningGravatar Gael Guennebaud2009-11-09
* | simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
* | port the qr module to ei_solve_xxx.Gravatar Benoit Jacob2009-11-08
| * fix compilation adding a makeconst helper structGravatar Gael Guennebaud2009-11-07
| * back out previous back out, and this time don't forgetGravatar Gael Guennebaud2009-11-06
| * Backed out previous changeset: Does not compile.Gravatar Jitse Niesen2009-11-06
| * Add the possibility to control the storage mode of scalar value (by value or ...Gravatar Gael Guennebaud2009-11-05
* | port svd to the ei_xxx_return_value thingGravatar Benoit Jacob2009-11-04
| * fix bug in svd solve reported on forum, was apparently assuming square matrix...Gravatar Benoit Jacob2009-11-04
| * Let's try to stick to the original code, thus activate the fix of #62 only fo...Gravatar Hauke Heibel2009-11-04
| * Direct access of the packet structs fixes bug #62 and doe not seem toGravatar Hauke Heibel2009-11-04
| * an attempt to fix a compilation issue with MSVCGravatar Gael Guennebaud2009-11-04
* | move cholesky to ei_xxx_return_valueGravatar Benoit Jacob2009-11-03
* | move partial-pivoting lu to ei_solve_implGravatar Benoit Jacob2009-11-03
* | introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,implGravatar Benoit Jacob2009-11-03
| * fix #66 : upper triangular checks in ComplexSchurGravatar Gael Guennebaud2009-11-02
| * fix compilationGravatar Benoit Jacob2009-10-31