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
*
Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...
Gael Guennebaud
2013-06-25
*
Workaround a bunch of stupid warnings in unit tests
Gael Guennebaud
2013-06-23
*
Clean source code and unit tests with respect to -Wunused-local-typedefs
Gael Guennebaud
2013-04-10
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
fix more variable-set-but-not-used warnings on gcc 4.6
Benoit Jacob
2011-10-31
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
update inverse unit test to highlight another bug in SSE 4x4 inversion code
Gael Guennebaud
2010-08-24
*
fix inversion of 4x4 unaligned matrices
Gael Guennebaud
2010-08-24
*
email change
Gael Guennebaud
2010-06-24
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
For 1x1 matrices we really need to check the abs diff of the determinants.
Hauke Heibel
2010-06-11
*
Adapted the determinant test for rank 1 matrices with zero determinant.
Hauke Heibel
2010-06-10
*
improve aliasing detection for inverse and add unit test
Gael Guennebaud
2010-06-02
*
Further LU test improvements. I'm not aware of any test failures anymore, not...
Benoit Jacob
2010-02-23
*
* FullPivLU: replace "remaining==0" termination condition (from Golub) by a f...
Benoit Jacob
2010-02-23
*
fix nesting in Arraywrapper and nesting_ops
Gael Guennebaud
2010-02-09
*
* 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