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
/
SparseTranspose.h
Commit message (
Expand
)
Author
Age
*
Clean up SparseCore module regarding ReverseInnerIterator
Gael Guennebaud
2016-12-01
*
Fix Ref<SparseMatrix> for Transpose<SparseVector>
Gael Guennebaud
2015-10-06
*
Since there is no reason for evaluators to be nested by reference, let's remo...
Gael Guennebaud
2015-09-02
*
bug #875: remove broken SparseMatrixBase::nonZeros and introduce a nonZerosEs...
Gael Guennebaud
2015-04-01
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Merge Index-refactoring branch with default, fix PastixSupport, remove some u...
Gael Guennebaud
2015-02-13
|
\
|
*
Make SparseTranspose inherit SparseCompressBase when possible
Gael Guennebaud
2015-02-07
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
/
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Implement nonZeros() for Transpose<sparse>
Gael Guennebaud
2014-07-01
*
Implement binaryop and transpose evaluators for sparse matrices
Gael Guennebaud
2014-06-23
*
Rationalize the use of Index type in iterators
Gael Guennebaud
2013-07-06
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
bug #482: pass scalar by const ref - pass on the sparse module
Gael Guennebaud
2012-06-28
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix VC10 ICE
Gael Guennebaud
2012-01-18
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12