aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/MappedSparseMatrix.h
Commit message (Collapse)AuthorAge
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* bugfix from Jens Mueller (s/RowMajor/IsRowMajor)Gravatar Gael Guennebaud2009-05-11
|
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
| | | | fix issues in Cholmod/Taucs supports
* Sparse module: add row/col methods to the iteratorsGravatar Gael Guennebaud2009-01-15
|
* Sparse module:Gravatar Gael Guennebaud2009-01-15
* add a MappedSparseMatrix class (like Eigen::Map but for sparse matrices) * rename SparseArray to CompressedStorage