index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
sparse_basic.cpp
Commit message (
Expand
)
Author
Age
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
fix unit test
Gael Guennebaud
2017-12-14
*
bug #1384: fix evaluation of "sparse/scalar" that used the wrong evaluation p...
Gael Guennebaud
2017-01-30
*
bug #1381: fix sparse.diagonal() used as a rvalue.
Gael Guennebaud
2017-01-25
*
bug #1376: add missing assertion on size mismatch with compound assignment op...
Gael Guennebaud
2017-01-23
*
Add missing .outer() member to iterators of evaluators of cwise sparse binary...
Gael Guennebaud
2016-12-27
*
bug #1358: fix compilation for sparse += sparse.selfadjointView();
Gael Guennebaud
2016-12-14
*
bug #426: move operator && and || to MatrixBase and SparseMatrixBase.
Gael Guennebaud
2016-11-14
*
Fix regression in SparseMatrix::ReverseInnerIterator
Gael Guennebaud
2016-11-14
*
bug #1271: add SparseMatrix::coeffs() methods returning a 1D view of the non ...
Gael Guennebaud
2016-08-29
*
bug #1258: fix compilation of Map<SparseMatrix>::coeffRef
Gael Guennebaud
2016-07-26
*
bug #1238: fix SparseMatrix::sum() overload for un-compressed mode.
Gael Guennebaud
2016-05-31
*
bug #1224: fix regression in (dense*dense).sparseView() by specializing evalu...
Gael Guennebaud
2016-05-18
*
Split unit test
Christoph Hertzberg
2016-05-11
*
Enable and fix -Wdouble-conversion warnings
Christoph Hertzberg
2016-05-05
*
bug #901: fix triangular-view with unit diagonal of sparse rectangular matrices.
Gael Guennebaud
2016-02-12
*
bug #557: make InnerIterator of sparse storage types more versatile by adding...
Gael Guennebaud
2016-02-01
*
bug #632: add support for "dense +/- sparse" operations. The current implemen...
Gael Guennebaud
2016-01-29
*
bug #1105: fix default preallocation when moving from compressed to uncompres...
Gael Guennebaud
2015-11-06
*
Add support for dense.cwiseProduct(sparse)
Gael Guennebaud
2015-11-04
*
Fix compilation of sparse-triangular to dense assignment
Gael Guennebaud
2015-11-04
*
Fix ambiguous instantiation
Gael Guennebaud
2015-10-27
*
bug #1088: fix setIdenity for non-compressed sparse-matrix
Gael Guennebaud
2015-10-25
*
Update custom setFromTripplets API to allow passing a functor object, and add...
Gael Guennebaud
2015-10-13
*
extend unit test for SparseMatrix::prune
Gael Guennebaud
2015-10-13
*
Add explicit ctor for diagonal to sparse conversion
Gael Guennebaud
2015-06-24
*
Add support for sparse = diagonal
Gael Guennebaud
2015-06-24
*
Split sparse_basic unit test
Gael Guennebaud
2015-03-19
*
Add missing coeff/coeffRef members to Block<sparse>, and extend unit tests.
Gael Guennebaud
2015-03-13
*
Check for no-reallocation in SparseMatrix::insert (bug #974)
Gael Guennebaud
2015-03-04
*
Fix many long to int conversion warnings:
Gael Guennebaud
2015-02-16
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Merge Index-refactoring branch with default, fix PastixSupport, remove some u...
Gael Guennebaud
2015-02-13
|
\
|
*
Cleaning and add more unit tests for Ref<SparseMatrix> and Map<SparseMatrix>
Gael Guennebaud
2015-02-09
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
/
*
Make SparseMatrix::coeff() returns a const reference and add a non const vers...
Gael Guennebaud
2014-12-01
*
Regression test for (invalid) bug #900. We should make it possible somehow to...
Christoph Hertzberg
2014-10-31
*
Run sparse_basic unit tests also for rectangular matrices.
Christoph Hertzberg
2014-10-31
*
bug #881: make SparseMatrixBase::isApprox(SparseMatrixBase) exploits sparse c...
Gael Guennebaud
2014-09-22
*
Re-enable a couple of unit tests with evaluators.
Gael Guennebaud
2014-07-22
*
Fix many long to int implicit conversions
Gael Guennebaud
2014-07-08
*
Fix support for row (resp. column) of a column-major (resp. row-major) sparse...
Gael Guennebaud
2014-02-17
*
Add missing nonZeros() overload in Block<SparseMatrixBase<>>
Gael Guennebaud
2013-11-10
*
Fix various scalar type conversion warnings.
Gael Guennebaud
2013-07-12
*
Add no_assignment_operator to a few classes that must not be assigned, and fi...
Gael Guennebaud
2013-07-10
*
Fix bug #626: add assertion on input ranges for coeff* and insert members for...
Gael Guennebaud
2013-06-28
*
Workaround a bunch of stupid warnings in unit tests
Gael Guennebaud
2013-06-23
*
Extend sparse-block unit test to explicitly cover bug #584
Gael Guennebaud
2013-06-14
*
Fix sparse_basic unit test conflict
Gael Guennebaud
2013-06-12
*
Add support with unit test for off-diagonal sparse matrix views
Desire NUENTSA
2013-06-11
[next]