index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
determinant.cpp
Commit message (
Expand
)
Author
Age
*
Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...
Gael Guennebaud
2018-07-17
*
Remove local Index typedef from unit-tests
Gael Guennebaud
2018-07-12
*
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
*
Fix bug #314: move remaining math functions from internal to numext namespace
Gael Guennebaud
2013-06-10
*
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
*
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
add support for determinant on empty matrix
Gael Guennebaud
2010-07-19
*
email change
Gael Guennebaud
2010-06-24
*
More Index related stuff.
Hauke Heibel
2010-06-21
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
fixes in determinant and homogeneous
Gael Guennebaud
2009-08-06
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
* the 4th template param of Matrix is now Options. One bit for storage
Benoit Jacob
2009-01-04
*
Update e-mail address
Benoit Jacob
2008-11-24
*
* add LU unit-test. Seems like we have very good numerical stability!
Benoit Jacob
2008-08-09
*
* LU decomposition, supporting all rectangular matrices, with full
Benoit Jacob
2008-08-04
*
- many updates after Cwise change
Benoit Jacob
2008-07-08
*
update of the testing framework:
Gael Guennebaud
2008-05-22
*
* Patch by Konstantinos Margaritis: AltiVec vectorization.
Benoit Jacob
2008-05-03
*
Fixed a couple of issues introduced in previous commits.
Gael Guennebaud
2008-04-26
*
added a tough test to check the determinant that currently fails
Gael Guennebaud
2008-04-25