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_basic.cpp
Commit message (
Expand
)
Author
Age
*
extend sparse product unit tests
Gael Guennebaud
2011-03-22
*
new feature: copy from a sparse selfadjoint view to a full sparse matrix
Gael Guennebaud
2010-11-15
*
Additional fix to enforce the compiler to use the correct prunning method.
Hauke Heibel
2010-11-02
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
fix SparseView: clean the nested matrix type
Gael Guennebaud
2010-07-22
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
split the Sparse module into multiple ones, and move non stable parts to unsu...
Gael Guennebaud
2010-06-18
*
clean the ambiguity with insertBack and add a insertBackByOuterInner function
Gael Guennebaud
2010-06-02
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
*
|
a lot of cleaning and fixes
Gael Guennebaud
2009-12-16
|
*
Added to possibility to compile unit tests at maximum warning level.
Hauke Heibel
2009-12-12
|
/
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
add a SparseNestByValue expression and fix issue in sparse adjoint evaluation
Gael Guennebaud
2009-07-13
*
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
*
- add diagonal * sparse product as an expression
Gael Guennebaud
2009-02-09
*
QR: add isInjective(), isSurjective(),
Gael Guennebaud
2009-01-28
*
add support for read/write sub sets of inner vectors (sparse module)
Gael Guennebaud
2009-01-27
*
sparse module: makes -= and += operator working
Gael Guennebaud
2009-01-23
*
fix a few remaining warnings
Gael Guennebaud
2009-01-23
*
* fix compilation with gcc 3.4
Gael Guennebaud
2009-01-23
*
sparse module:
Gael Guennebaud
2009-01-21
*
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
*
Sparse module: add row/col methods to the iterators
Gael Guennebaud
2009-01-15
*
Sparse module: bugfix in SparseMatrix::resize(), now the indices are
Gael Guennebaud
2009-01-15
*
Sparse module:
Gael Guennebaud
2009-01-14
*
Add support for sparse * dense and dense * sparse matrix/vector products
Gael Guennebaud
2009-01-14
*
Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...
Gael Guennebaud
2009-01-14
*
Sparse module: add a more flexible SparseMatrix::fillrand() function
Gael Guennebaud
2008-12-11
*
Several improvements in sparse module:
Gael Guennebaud
2008-11-05