index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cholesky.cpp
Commit message (
Expand
)
Author
Age
*
* remove set(), revert to old behavior where = resizes
Benoit Jacob
2009-01-21
*
Sparse module: bugfix in SparseMatrix::resize(), now the indices are
Gael Guennebaud
2009-01-15
*
* more MSVC warning fixes from Kenneth Riddile
Benoit Jacob
2008-12-19
*
As discussed on ML:
Gael Guennebaud
2008-10-24
*
Big API change in Cholesky module:
Gael Guennebaud
2008-10-13
*
Fix bugs reported by Timothy Hunter:
Gael Guennebaud
2008-09-03
*
if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with
Benoit Jacob
2008-09-01
*
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...
Gael Guennebaud
2008-08-23
*
* bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver...
Gael Guennebaud
2008-08-22
*
Add a packetmath unit test, re-enable the comma-initializer unit test,
Gael Guennebaud
2008-08-20
*
bugfix in CholeskyWithoutSquareRoot::solve found by Timothy Hunter
Gael Guennebaud
2008-08-16
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
* added innerSize / outerSize functions to MatrixBase
Gael Guennebaud
2008-06-28
*
update of the testing framework:
Gael Guennebaud
2008-05-22
*
added a test for triangular matrices
Gael Guennebaud
2008-05-02
*
* added ei_sqrt for complex
Gael Guennebaud
2008-04-27
*
added Cholesky module
Gael Guennebaud
2008-04-27