index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
SparseCore
Commit message (
Expand
)
Author
Age
*
bug #1101: typo
Gael Guennebaud
2015-10-30
*
Add missing licence header to some top header files
Gael Guennebaud
2015-10-26
*
Add a Ref<SparseMatrix> specialization.
Gael Guennebaud
2015-02-07
*
Add a Map<SparseMatrix> specialization.
Gael Guennebaud
2015-02-07
*
Add a SparseCompressedBase class providing (un)compressed accessors (like dat...
Gael Guennebaud
2015-02-07
*
Workaround various "returning reference to temporary" warnings.
Gael Guennebaud
2014-12-05
*
Refactoring of sparse solvers through a SparseSolverBase class and usage of t...
Gael Guennebaud
2014-09-01
*
Make permutation compatible with sparse matrices
Gael Guennebaud
2014-07-30
*
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
*
Implement evaluators for sparse*dense products
Gael Guennebaud
2014-07-01
*
Implement evaluators for sparse * sparse with auto pruning.
Gael Guennebaud
2014-07-01
*
Implement evaluators for sparse * sparse products
Gael Guennebaud
2014-07-01
*
Implement evaluators for sparse times diagonal products.
Gael Guennebaud
2014-06-27
*
Implement evaluator for sparse views.
Gael Guennebaud
2014-06-26
*
Update sparse reduxions and sparse-vectors to evaluators.
Gael Guennebaud
2014-06-25
*
Implement evaluators for sparse Block.
Gael Guennebaud
2014-06-25
*
Implement binaryop and transpose evaluators for sparse matrices
Gael Guennebaud
2014-06-23
*
Started to move the SparseCore module to evaluators: implemented assignment a...
Gael Guennebaud
2014-06-20
*
Move the definition of DenseBase::InnerIterator to Core module. (needed to ma...
Gael Guennebaud
2013-01-15
*
Big changes in Eigen documentation:
Gael Guennebaud
2013-01-05
*
Remove #include of removed header file.
Jitse Niesen
2013-01-03
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
add sparse * permutation products with assiciated unit tests
Gael Guennebaud
2012-03-29
*
- move CompressedStorage and AmbiVector into internal namespace
Gael Guennebaud
2011-12-02
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12