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.h
Commit message (
Expand
)
Author
Age
*
Fix ForceNonZeroDiag for complexes
Gael Guennebaud
2015-08-04
*
Make sparse unit-test helpers aware of StorageIndex
Gael Guennebaud
2015-03-09
*
Fix many long to int implicit conversions
Gael Guennebaud
2014-07-08
*
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 various scalar type conversion warnings.
Gael Guennebaud
2013-07-12
*
Add no_assignment_operator to a few classes that must not be assigned, and fi...
Gael Guennebaud
2013-07-10
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
fix sparse vector assignment from a sparse matrix
Gael Guennebaud
2013-03-06
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix a few warnings
Gael Guennebaud
2012-06-15
*
modify the unit tests of sparse linear solvers to enable tests on real matri...
Desire NUENTSA
2012-03-29
*
add more support for uncompressed mode
Gael Guennebaud
2011-11-30
*
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
*
Sparse: fix long int as index type in simplicial cholesky and other decomposi...
Gael Guennebaud
2011-06-06
*
extend sparse product unit tests
Gael Guennebaud
2011-03-22
*
fix compilation of unit tests with clang
Benoit Jacob
2011-02-27
*
EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen...
Gael Guennebaud
2011-01-27
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix compilation of sparse tests
Gael Guennebaud
2010-06-19
*
Fixed spare unit test.
Hauke Heibel
2010-06-19
*
clean the ambiguity with insertBack and add a insertBackByOuterInner function
Gael Guennebaud
2010-06-02
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
new simplified API to fill sparse matrices (the old functions are
Gael Guennebaud
2009-05-04
*
disable unordered_map for ICC
Gael Guennebaud
2009-01-26
*
fix a few remaining warnings
Gael Guennebaud
2009-01-23
*
add a flexible sparse matrix class designed for fast matrix assembly
Gael Guennebaud
2009-01-19
*
Sparse module: add support for sparse selfadjoint * dense
Gael Guennebaud
2009-01-15
*
another warning fix
Gael Guennebaud
2009-01-12
*
fix a warning in test/sparse.h
Gael Guennebaud
2009-01-12
*
Sparse module:
Gael Guennebaud
2009-01-07
*
Several improvements in sparse module:
Gael Guennebaud
2008-11-05