index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
SparseCore
Commit message (
Expand
)
Author
Age
*
Add lapack interface to JacobiSVD and BDCSVD
Gael Guennebaud
2014-10-17
*
Remove unused and dangerous CompressedStorage::Map function
Gael Guennebaud
2014-10-09
*
bug #367: fix double copies in atWithInsertion, and add respective unit-test
Gael Guennebaud
2014-10-09
*
bug #887: fix CompressedStorage::reallocate wrt memory leaks
Gael Guennebaud
2014-10-09
*
bug #882: fix various const-correctness issues with *View classes.
Gael Guennebaud
2014-10-07
*
Re-enable products with triangular views of sparse matrices: we simply have t...
Gael Guennebaud
2014-10-06
*
Removed FIXME, as it is actually necessary.
Christoph Hertzberg
2014-09-23
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Suppress stupid gcc-4.4 warning
Christoph Hertzberg
2014-09-23
*
bug #881: make SparseMatrixBase::isApprox(SparseMatrixBase) exploits sparse c...
Gael Guennebaud
2014-09-22
*
Introduce a compilation error when using the wrong InnerIterator type.
Gael Guennebaud
2014-09-19
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
workaround weird MSVC compilation issue: a typdedef in a base class shadows a...
Gael Guennebaud
2014-09-16
*
Add a portable log2 function for integers
Gael Guennebaud
2014-09-17
*
Remove not needed template keyword.
Gael Guennebaud
2014-09-17
*
Fix regression in sparse-sparse product
Gael Guennebaud
2014-09-01
*
Fix sparse matrix times sparse vector.
Gael Guennebaud
2014-09-01
*
Refactoring of sparse solvers through a SparseSolverBase class and usage of t...
Gael Guennebaud
2014-09-01
*
Implement the missing bits to make Solve compatible with sparse rhs
Gael Guennebaud
2014-09-01
*
Fix compilation in legacy mode
Gael Guennebaud
2014-09-01
*
merge default branch
Gael Guennebaud
2014-08-29
|
\
|
*
Optimization in sparse-sparse matrix products for small ones
Gael Guennebaud
2014-08-29
|
*
Fix SparseVector::coeffRef(i,j) and add missing SparseVector::insert*Unordered
Gael Guennebaud
2014-08-29
|
*
In sparse matrix product, enable sorted insertion when doing two transpositio...
Gael Guennebaud
2014-08-29
|
*
bug #857: workaround MSVC compilation issue.
Gael Guennebaud
2014-08-26
*
|
Fix various small issues detected by gcc
Gael Guennebaud
2014-08-01
*
|
Make assignment from general EigenBase object call evaluator, and support den...
Gael Guennebaud
2014-08-01
*
|
Call product_generic_impl by default, and remove lot of boilerplate code
Gael Guennebaud
2014-07-31
*
|
Make permutation compatible with sparse matrices
Gael Guennebaud
2014-07-30
*
|
Various minor fixes
Gael Guennebaud
2014-07-30
*
|
Re-enable a couple of unit tests with evaluators.
Gael Guennebaud
2014-07-22
*
|
Refactor TriangularView to handle both dense and sparse objects. Introduce a ...
Gael Guennebaud
2014-07-22
*
|
Implement evaluator for sparse-selfadjoint products
Gael Guennebaud
2014-07-22
*
|
Make sure we evaluate into temporaries matching evaluator storage order requi...
Gael Guennebaud
2014-07-19
*
|
Implement evaluator for sparse outer products
Gael Guennebaud
2014-07-19
*
|
merge with default branch
Gael Guennebaud
2014-07-18
|
\
|
*
|
merge with default branch
Gael Guennebaud
2014-07-15
|
\
\
*
\
\
merge with default branch
Gael Guennebaud
2014-07-10
|
\
\
\
|
|
|
*
bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...
Gael Guennebaud
2014-07-17
|
|
|
*
bug #838: add unit test for fill-in in sparse outer product and fix abusive f...
Gael Guennebaud
2014-07-16
|
|
|
/
|
|
*
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 inner iterator on an outer-vector
Gael Guennebaud
2014-07-11
|
|
/
|
*
bug #808: use double instead of float for the increasing size ratio in Compre...
Gael Guennebaud
2014-07-08
|
*
Fix many long to int implicit conversions
Gael Guennebaud
2014-07-08
*
|
merge with default branch
Gael Guennebaud
2014-07-02
|
\
|
*
|
Implement evaluators for sparse*dense products
Gael Guennebaud
2014-07-01
*
|
Split StorageKind promotion into two helpers: one for products, and one for c...
Gael Guennebaud
2014-07-01
|
*
Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...
Christoph Hertzberg
2014-07-01
*
|
Update copyright dates
Gael Guennebaud
2014-07-01
[next]