Go to file
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
bench updating FindEigen2.cmake for proper search order 2009-01-11 16:18:59 +00:00
cmake Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixBase. 2009-01-14 14:24:10 +00:00
demos prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all cmake files 2008-12-02 12:59:10 +00:00
disabled just a stub for the householder stuff we did with keir yesterday... 2009-01-12 16:56:11 +00:00
doc fix a couple of doxygen issues 2009-01-13 08:30:17 +00:00
Eigen Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixBase. 2009-01-14 14:24:10 +00:00
test Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixBase. 2009-01-14 14:24:10 +00:00
.krazy * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixBase. 2009-01-14 14:24:10 +00:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
CTestConfig.cmake change the day switch time to 5:00 UTC 2009-01-08 18:45:26 +00:00
Doxyfile * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
Mainpage.dox tutorial: add array module warnings when needed 2008-11-17 15:38:57 +00:00