aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindUmfpack.cmake
Commit message (Collapse)AuthorAge
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
| | | | | | | | | * add a LDL^T factorization with solver using code from T. Davis's LDL library (LPGL2.1+) * various bug fixes in trianfular solver, matrix product, etc. * improve cmake files for the supported libraries * split the sparse unit test * etc.
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* add unit tests for sparse cholesky