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
/
SparsePermutation.h
Commit message (
Expand
)
Author
Age
*
Introduce a AliasFreeProduct option for Permutations and Transpositions
Gael Guennebaud
2015-06-19
*
Clean implementation of permutation * matrix products.
Gael Guennebaud
2015-06-19
*
Fix many long to int conversion warnings:
Gael Guennebaud
2015-02-16
*
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
*
Fix memory pre-allocation when permuting inner vectors of a sparse matrix.
Gael Guennebaud
2014-11-24
*
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
*
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
*
More int versus Index fixes
Gael Guennebaud
2014-02-19
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
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