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
*
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
*
Restore internal math functions for unit tests
Desire NUENTSA
2013-06-11
*
Check sparse matrices with short indices
Gael Guennebaud
2013-06-10
*
Fix bug #563: assignement to Block<SparseMatrix> is now allowed on non-compre...
Gael Guennebaud
2013-04-12
*
Fix some unused or not initialized related warnings.
Gael Guennebaud
2013-02-15
*
Remove Sparse/InnerVectorSet expression in favor of a more general Block<> sp...
Gael Guennebaud
2012-11-16
*
Fix aliasing issue in sparse matrix assignment.
Gael Guennebaud
2012-07-25
*
bug #449: add SparseMatrix::conservativeResize feature
Benjamin Piwowarski
2012-07-19
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix some compilation errors with ICC and -strict-ansi
Gael Guennebaud
2012-01-31
*
add the possibility to assemble a SparseMatrix object from a random list of t...
Gael Guennebaud
2012-01-28
*
fix compilation of sparse_basic unit test for complexes
Gael Guennebaud
2011-12-23
*
fix bug #394: innerVector::nonZeros() was broken for uncompressed mode
Gael Guennebaud
2011-12-20
*
fix bug #294: add a diagonal() method to SparseMatrix (const)
Gael Guennebaud
2011-12-04
*
fix bug #356: fix TriangularView::InnerIterator for unit diagonals
Gael Guennebaud
2011-12-04
*
add ReverseInnerIterators to loop over the elements in reverse order,
Gael Guennebaud
2011-12-03
*
Sparse matrix insertion:
Gael Guennebaud
2011-12-02
*
move DynamicSparseMatrix to SparseExtra
Gael Guennebaud
2011-10-24
*
add the possibility to reserve room for inner vector in SparseMatrix
Gael Guennebaud
2011-09-08
*
the min/max macros to detect unprotected min/max were undefined by some std h...
Gael Guennebaud
2011-08-19
*
Sparse: more fixes regarding long int as index type
Gael Guennebaud
2011-06-07
*
extend sparse product unit tests
Gael Guennebaud
2011-03-22
*
new feature: copy from a sparse selfadjoint view to a full sparse matrix
Gael Guennebaud
2010-11-15
*
Additional fix to enforce the compiler to use the correct prunning method.
Hauke Heibel
2010-11-02
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix SparseView: clean the nested matrix type
Gael Guennebaud
2010-07-22
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
split the Sparse module into multiple ones, and move non stable parts to unsu...
Gael Guennebaud
2010-06-18
*
clean the ambiguity with insertBack and add a insertBackByOuterInner function
Gael Guennebaud
2010-06-02
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
*
|
a lot of cleaning and fixes
Gael Guennebaud
2009-12-16
|
*
Added to possibility to compile unit tests at maximum warning level.
Hauke Heibel
2009-12-12
|
/
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
add a SparseNestByValue expression and fix issue in sparse adjoint evaluation
Gael Guennebaud
2009-07-13
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
[next]