eigen/Eigen
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
..
src Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixBase. 2009-01-14 14:24:10 +00:00
Array Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00
Cholesky Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00
CMakeLists.txt Based on code + help from Alex Stapleton: 2009-01-09 23:26:45 +00:00
Core fix potential compilation issue on MSVC + no vectorization 2009-01-10 14:10:40 +00:00
Geometry Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00
LeastSquares rename Regression --> LeastSquares 2009-01-04 15:55:54 +00:00
LU Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00
QR Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00
Regression rename Regression --> LeastSquares 2009-01-04 15:55:54 +00:00
Sparse Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixBase. 2009-01-14 14:24:10 +00:00
StdVector * move cwise *= and /= to Core (like * and /) 2009-01-12 13:41:40 +00:00
SVD Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside 2008-12-18 20:48:02 +00:00