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_product.cpp
Commit message (
Expand
)
Author
Age
*
Re-enable products with triangular views of sparse matrices: we simply have t...
Gael Guennebaud
2014-10-06
*
Implement evaluator for sparse-selfadjoint products
Gael Guennebaud
2014-07-22
*
merge with default branch
Gael Guennebaud
2014-07-18
|
\
|
*
bug #838: add unit test for fill-in in sparse outer product and fix abusive f...
Gael Guennebaud
2014-07-16
*
|
Extend dense*sparse product unit tests
Gael Guennebaud
2014-07-15
|
/
*
Fix bug #838: detect outer products from either the lhs or rhs
Gael Guennebaud
2014-07-11
*
Fix bug #838: fix dense * sparse and sparse * dense outer products
Gael Guennebaud
2014-07-11
*
Fix sparse_product/sparse_extra unit tests
Gael Guennebaud
2014-02-17
*
Fix a few Index to int buggy conversions
Gael Guennebaud
2014-02-15
*
Fix bug #611: diag * sparse * diag
Gael Guennebaud
2013-07-05
*
Fiw bug #553: add support for sparse matrix time sparse self-adjoint view pro...
Desire NUENTSA
2013-06-28
*
Fix bug #611: fix const qualifier in cwiseProduct(sparse,dense) and SparseDia...
Gael Guennebaud
2013-06-28
*
fix sparse vector assignment from a sparse matrix
Gael Guennebaud
2013-03-06
*
fix dense=sparse*diagonal (there was an issue in the values returned by the ....
Gael Guennebaud
2012-10-03
*
extend unit tests to check rectangular matrices for sparse*diagonal products
Gael Guennebaud
2012-10-02
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
add aliasing test for sparse*sparse product
Gael Guennebaud
2011-12-20
*
update sparse*sparse product: the default is now a conservative algorithm pre...
Gael Guennebaud
2011-10-24
*
move DynamicSparseMatrix to SparseExtra
Gael Guennebaud
2011-10-24
*
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
*
merge
Gael Guennebaud
2010-12-31
|
\
*
|
[Sparse] Added regression tests for the two bugfixes, the code passes all spa...
David J. Luitz
2010-12-30
|
/
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
add mixed sparse-dense outer product
Gael Guennebaud
2010-06-25
*
Fix use of nesting types in SparseTranspose and split the big SparseProduct.h...
Gael Guennebaud
2010-06-25
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
a couple of fixes after thye merge
Gael Guennebaud
2009-12-23
*
Big refactoring/cleaning in the spasre module with
Gael Guennebaud
2009-11-18
*
more ET refactoring:
Gael Guennebaud
2009-11-17
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
* update sparse module wrt new diagonal matrix impl
Gael Guennebaud
2009-07-04
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
sparse module: new API proposal for triangular solves and experimental
Gael Guennebaud
2009-04-05
*
* fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)
Gael Guennebaud
2009-02-17
*
fix m = m*m with m sparse (gug found by Frederik Heinz)
Gael Guennebaud
2009-02-12
*
- add diagonal * sparse product as an expression
Gael Guennebaud
2009-02-09