- 19 Jan, 2009 4 commits
-
-
Benoit Jacob authored
* remove all what was marked deprecated
-
Benoit Jacob authored
-
Gael Guennebaud authored
issues when multiple compilers are used on the same system.
-
Gael Guennebaud authored
-
- 18 Jan, 2009 2 commits
-
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- 17 Jan, 2009 6 commits
-
-
Gael Guennebaud authored
-
Benoit Jacob authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
dependency => significant speed up
-
Benoit Jacob authored
CCMAIL:baxelrod@coroware.com
-
- 16 Jan, 2009 2 commits
-
-
Gael Guennebaud authored
* Updated Mainpage.dox's directives used by kde's scripts
-
Gael Guennebaud authored
-
- 15 Jan, 2009 5 commits
-
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
correctly initialized to 0.
-
Gael Guennebaud authored
* add a MappedSparseMatrix class (like Eigen::Map but for sparse matrices) * rename SparseArray to CompressedStorage
-
Gael Guennebaud authored
-
- 14 Jan, 2009 5 commits
-
-
Gael Guennebaud authored
* improved performance of mat*=scalar * bug fix in cwise*
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
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
-
Gael Guennebaud authored
-
- 13 Jan, 2009 3 commits
-
-
Benoit Jacob authored
-
Benoit Jacob authored
-
Gael Guennebaud authored
-
- 12 Jan, 2009 13 commits
-
-
Benoit Jacob authored
byte aligned, after discussion with Mark Davies. CCMAIL: mark@ecs.vuw.ac.nz
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Benoit Jacob authored
-
Benoit Jacob authored
* pretext to bump to beta6
-
Benoit Jacob authored
* update test_stdvector * Quaternion() does nothing (instead of bug) * update test_geometry * some renaming
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
Benoit Jacob authored
also split into several pages for better reusability (more generally useful than just for this assert)
-
Gael Guennebaud authored
-