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
/
Cholesky
Commit message (
Expand
)
Author
Age
*
merge
Benoit Jacob
2009-05-22
|
\
|
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
|
Oops, here the actual LLT and LDLT patch.
Hauke Heibel
2009-05-22
|
/
*
constant Diagonal ---> DiagonalBits
Benoit Jacob
2009-05-10
*
More Cholesky fixes.
Benoit Jacob
2009-04-01
*
add adjointInPlace() and add documentation warnings on adjoint() and transpos...
Benoit Jacob
2009-03-31
*
Many improvements in LLT and LDLT:
Benoit Jacob
2009-03-30
*
* allows fixed size matrix with size==0 (via a specialization of
Gael Guennebaud
2009-03-23
*
Add COMPONENT Devel
Laurent Montel
2009-02-23
*
s/cholesky/llt in precompiled lib and BTL
Gael Guennebaud
2009-02-06
*
bugfix in LDLt for size==1
Gael Guennebaud
2009-02-04
*
Add full pivoting to LDLT decomposition.
Keir Mierle
2009-02-03
*
LLT: makes the non positive definite test less strict, but we still need
Gael Guennebaud
2009-01-27
*
* clarify the situation with experimental parts
Benoit Jacob
2009-01-19
*
* the Upper->UpperTriangular change
Benoit Jacob
2008-12-20
*
* more MSVC warning fixes from Kenneth Riddile
Benoit Jacob
2008-12-19
*
* fix in IO.h, a useless copy was made because of assignment from
Benoit Jacob
2008-12-18
*
norm2() renamed to squaredNorm(), kept as deprecated for now.
Benoit Jacob
2008-11-03
*
fix some documentation issues
Gael Guennebaud
2008-10-17
*
Big API change in Cholesky module:
Gael Guennebaud
2008-10-13
*
Solve the issue found by Timothy in solveTriangular:
Gael Guennebaud
2008-10-13
*
Sparse module:
Gael Guennebaud
2008-10-04
*
Fix bugs reported by Timothy Hunter:
Gael Guennebaud
2008-09-03
*
* bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...
Gael Guennebaud
2008-08-23
*
* revert the previous interface change in solveTriangular (pointer vs reference)
Gael Guennebaud
2008-08-18
*
bugfix in CholeskyWithoutSquareRoot::solve found by Timothy Hunter
Gael Guennebaud
2008-08-16
*
renamed inverseProduct => solveTriangular
Gael Guennebaud
2008-08-09
*
fix two perf issues in product.
Gael Guennebaud
2008-08-03
*
Several compilation fixes for MSVC and NVCC, basically:
Gael Guennebaud
2008-07-29
*
* Fix some complex alignment issues in the cache friendly matrix-vector produ...
Gael Guennebaud
2008-07-23
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
Various documentation improvements, in particualr in Cholesky and Geometry mo...
Gael Guennebaud
2008-07-20
*
Add cholesky's members to MatrixBase
Gael Guennebaud
2008-07-19
*
the big Array/Cwise rework as discussed on the mailing list. The new API
Benoit Jacob
2008-07-08
*
Add QR and Cholesky module instantiations in the lib.
Gael Guennebaud
2008-06-14
*
- introduce Part and Extract classes, splitting and extending the former
Benoit Jacob
2008-05-27
*
some documentation fixes (Cwise* and Cholesky)
Gael Guennebaud
2008-05-22
*
some cleaning in Cholesky and removed evil ei_sqrt of complex
Gael Guennebaud
2008-04-27
*
* added ei_sqrt for complex
Gael Guennebaud
2008-04-27
*
added Cholesky module
Gael Guennebaud
2008-04-27