eigen/cmake
Gael Guennebaud c4c70669d1 Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixBase.
That means a lot of features which were available for sparse matrices
via the dense (and super slow) implemention are no longer available.
All features which make sense for sparse matrices (aka can be implemented efficiently) will be
implemented soon, but don't expect to see an API as rich as for the dense path.
Other changes:
* no block(), row(), col() anymore.
* instead use .innerVector() to get a col or row vector of a matrix.
* .segment(), start(), end() will be back soon, not sure for block()
* faster cwise product
2009-01-14 14:24:10 +00:00
..
FindCholmod.cmake Several improvements in sparse module: 2008-11-05 13:47:55 +00:00
FindGoogleHash.cmake sparse module: 2008-10-21 13:35:04 +00:00
FindGSL.cmake * bug fixes in: Dot, generalized eigen problem, singular matrix detetection in Cholesky 2008-08-23 15:14:20 +00:00
FindSuperLU.cmake Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixBase. 2009-01-14 14:24:10 +00:00
FindTaucs.cmake * add cmake files to find (optional) supported libraries 2008-10-20 10:43:11 +00:00
FindUmfpack.cmake clean FindUmfpack.cmake wrt enable_language(Fortran) 2008-12-02 12:20:13 +00:00