index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
inverse.cpp
Commit message (
Expand
)
Author
Age
*
* 4x4 inverse: revert to cofactors method
Benoit Jacob
2009-12-09
*
4x4 inverse:
Benoit Jacob
2009-11-23
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
* make inverse() do a ReturnByValue
Benoit Jacob
2009-10-26
*
big rewrite in Inverse.h
Benoit Jacob
2009-10-26
*
* make PartialLU avoid to generate inf/nan when given a singular matrix
Benoit Jacob
2009-10-20
*
implement two levels of blocking in PartialLU => high speedup
Gael Guennebaud
2009-08-04
*
implements a blocked version of PartialLU
Gael Guennebaud
2009-08-03
*
bug fix in inverse for 1x1 matrix,
Gael Guennebaud
2009-07-27
*
another test in the non invertible case
Manuel Yguel
2009-07-04
*
* polish computeInverseWithCheck to share more code, fix documentation, fix c...
Benoit Jacob
2009-06-29
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
add a 4x4 inverse case which is not handled by the current
Gael Guennebaud
2009-04-09
*
Update e-mail address
Benoit Jacob
2008-11-24
*
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
*
update the inverse test a little
Benoit Jacob
2008-07-26
*
* Merge Extract and Part to the Part expression.
Gael Guennebaud
2008-07-21
*
* big rework of Inverse.h:
Benoit Jacob
2008-07-15
*
added a unit test for Inverse
Gael Guennebaud
2008-05-31