aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Sparse
Commit message (Expand)AuthorAge
* Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in ht...Gravatar Rasmus Munk Larsen2019-03-05
* bug #1392: fix #include <Eigen/Sparse> with mpl2-onlyGravatar Gael Guennebaud2017-02-11
* Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
* Update manual wrt new LSCG solver.Gravatar Gael Guennebaud2015-03-04
* Fix some doxygen errors and warnings.Gravatar Jitse Niesen2013-07-02
* Include SparseLU and SparseQRGravatar Desire NUENTSA2013-03-13
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12
* update sparse*sparse product: the default is now a conservative algorithm pre...Gravatar Gael Guennebaud2011-10-24
* move DynamicSparseMatrix to SparseExtraGravatar Gael Guennebaud2011-10-24
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* eigen2support: disable sparse tests, and do not require to define YES_I_KNOW_...Gravatar Benoit Jacob2011-01-31
* EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen...Gravatar Gael Guennebaud2011-01-27
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* Fix use of nesting types in SparseTranspose and split the big SparseProduct.h...Gravatar Gael Guennebaud2010-06-25
* split the Sparse module into multiple ones, and move non stable parts to unsu...Gravatar Gael Guennebaud2010-06-18
* added the SparseView class.Gravatar Daniel Lowengrub2010-06-14
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
| * mergeGravatar Hauke Heibel2009-12-02
| |\
| * | added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
| | * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| |/
* | Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17
|/
* * add a Make* expression type builder to allow theGravatar Gael Guennebaud2009-10-16
* add a SparseNestByValue expression and fix issue in sparse adjoint evaluationGravatar Gael Guennebaud2009-07-13
* use <...> for system headersGravatar Benoit Jacob2009-06-24
* sparse module: new API proposal for triangular solves and experimentalGravatar Gael Guennebaud2009-04-05
* * Find SuperLU also when it is installed without a superlu/ prefixGravatar Benoit Jacob2009-04-01
* - add diagonal * sparse product as an expressionGravatar Gael Guennebaud2009-02-09
* add custom FindBLAS FindLAPACK working for c++ compilerGravatar Gael Guennebaud2009-02-05
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* Sparse module:Gravatar Gael Guennebaud2009-01-15
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* Sparse module:Gravatar Gael Guennebaud2009-01-07
* Added a SparseVector class (not tested yet)Gravatar Gael Guennebaud2009-01-02
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* oops I commited bad stuff in the previous commitGravatar Gael Guennebaud2008-12-17
* more MSVC cmake fixesGravatar Gael Guennebaud2008-12-17
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* sparse module:Gravatar Gael Guennebaud2008-10-21
* sparse module: add a RandomSetter based on a user defined map implementationGravatar Gael Guennebaud2008-10-20
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* sparse module: add support for umfpack, the sparse direct LUGravatar Gael Guennebaud2008-10-19
* sparse module: add preliminary support for direct sparse LU solverGravatar Gael Guennebaud2008-10-19
* sparse module: added some documentation for the LLT solverGravatar Gael Guennebaud2008-10-18
* Sparse module: add experimental support for TAUCS and CHOLMOD with:Gravatar Gael Guennebaud2008-10-05
* Sparse module:Gravatar Gael Guennebaud2008-10-04
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02