index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
Cholesky
Commit message (
Expand
)
Author
Age
*
Add missing licence header to some top header files
Gael Guennebaud
2015-10-26
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
doc: Add references to Cholesky methods in SelfAdjointView.
Jitse Niesen
2014-04-07
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
add a "using MKL" documentation page, add a minimal documentation of PARDISO ...
Gael Guennebaud
2011-12-09
*
- split and rename defined tokens to enable the use of BLAS/Lapack/VML/etc
Gael Guennebaud
2011-12-09
*
Intel(R) MKL support added.
karturov
2011-12-05
*
shut up stupid ICC warnings
Benoit Jacob
2011-02-22
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
finish to merge Array into Core:
Gael Guennebaud
2010-06-19
*
clean old stuff used to support precompilation inside a binary lib
Gael Guennebaud
2010-06-07
*
merge with default branch
Gael Guennebaud
2009-12-22
|
\
|
*
added comments to help vim understand the header files are c++.
Mark Borgerding
2009-12-01
*
|
Another big refactoring change:
Gael Guennebaud
2009-11-18
|
/
*
move cholesky to ei_xxx_return_value
Benoit Jacob
2009-11-03
*
s/cholesky/llt in precompiled lib and BTL
Gael Guennebaud
2009-02-06
*
* label Cholesky and solveTriangular.* as experimental
Benoit Jacob
2009-02-02
*
* clarify the situation with experimental parts
Benoit Jacob
2009-01-19
*
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
Benoit Jacob
2008-12-18
*
Big API change in Cholesky module:
Gael Guennebaud
2008-10-13
*
bugfix in CholeskyWithoutSquareRoot::solve found by Timothy Hunter
Gael Guennebaud
2008-08-16
*
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Gael Guennebaud
2008-07-22
*
Add QR and Cholesky module instantiations in the lib.
Gael Guennebaud
2008-06-14
*
-fix certain #includes
Benoit Jacob
2008-05-12
*
Enable vectorization of product with dynamic matrices,
Gael Guennebaud
2008-05-01