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_vector.cpp
Commit message (
Expand
)
Author
Age
*
Add SparseVector::conservativeResize() method.
Gael Guennebaud
2016-01-25
*
Fix shadow warnings triggered by clang
Gael Guennebaud
2015-06-09
*
bug #367: fix double copies in atWithInsertion, and add respective unit-test
Gael Guennebaud
2014-10-09
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Disable a test which had never worked without evalautors
Gael Guennebaud
2014-09-03
*
Fix sparse matrix times sparse vector.
Gael Guennebaud
2014-09-01
*
Fix a few Index to int buggy conversions
Gael Guennebaud
2014-02-15
*
Fix bug #607: handle implicit transposition from sparse vector to dense vector
Gael Guennebaud
2013-06-10
*
fix sparse vector assignment from a sparse matrix
Gael Guennebaud
2013-03-06
*
Test for the sparse Blue norm
Desire NUENTSA
2013-01-21
*
Fix aliasing issue in sparse matrix assignment.
Gael Guennebaud
2012-07-25
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
evaluate 1D sparse expressions into SparseVector and make the sparse operator...
Gael Guennebaud
2011-12-22
*
the min/max macros to detect unprotected min/max were undefined by some std h...
Gael Guennebaud
2011-08-19
*
extend sparse product unit tests
Gael Guennebaud
2011-03-22
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix sparse squared norm
Gael Guennebaud
2010-04-13
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
- add diagonal * sparse product as an expression
Gael Guennebaud
2009-02-09
*
sparse module: makes -= and += operator working
Gael Guennebaud
2009-01-23
*
optimize A * v product for A sparse and row major
Gael Guennebaud
2009-01-19
*
Sparse module:
Gael Guennebaud
2009-01-14
*
Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...
Gael Guennebaud
2009-01-14
*
Sparse module:
Gael Guennebaud
2009-01-07