index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
...
*
Add support for Sparse QR factorization
Desire NUENTSA
2012-11-12
*
merge Sparse LU branch
Desire NUENTSA
2012-09-07
|
\
|
*
Add unit tests
Desire NUENTSA
2012-08-03
*
|
Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...
Gael Guennebaud
2012-07-26
*
|
Add a RealQZ class: a generalized Schur decomposition for real matrices
Alexey Korepanov
2012-07-11
*
|
resurrect expression evaluators
Gael Guennebaud
2012-06-22
*
|
clean the support for testing existing sparse problems
Gael Guennebaud
2012-06-07
|
/
*
Correct a small bug in sparse_solver
Desire NUENTSA
2012-03-29
*
modify the unit tests of sparse linear solvers to enable tests on real matri...
Desire NUENTSA
2012-03-29
*
Adding an interface to PaStiX, the multithreaded and distributed linear solver
Desire NUENTSA
2012-03-08
*
Remove evaluators for 2.1 release.
Jitse Niesen
2011-12-14
*
add cholmod_support unit tests
Gael Guennebaud
2011-12-10
*
Intel(R) MKL support added.
karturov
2011-12-05
*
remove GSL dependency in the unit tests
Gael Guennebaud
2011-12-01
*
Bugs 157 and 377 - General tightening/testing of vectorwise ops:
Benoit Jacob
2011-11-18
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12
*
bug #363 - add test for integer overflow in size computations
Benoit Jacob
2011-10-16
*
add a unit test for permutation applied to sparse objects
Gael Guennebaud
2011-10-11
*
bug #225: add a unit test for memory leak
Gael Guennebaud
2011-05-23
*
automatically generate the CALL_SUBTEST_* macros
Gael Guennebaud
2011-03-28
*
import evaluator works
Gael Guennebaud
2011-03-23
*
add test for EIGEN_DONT_ALIGN and EIGEN_DONT_ALIGN_STATICALLY, cf recent bugs...
Benoit Jacob
2011-03-10
*
make check no test everything - also rm the EigenTesting cmake sub-project
Gael Guennebaud
2011-02-17
*
add Map static methods taking Strides, add test checking for compilation errors
Benoit Jacob
2011-02-03
*
relax Matrix/Array(Index) ctors to allow size 0, add test.
Benoit Jacob
2011-02-01
*
import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2
Benoit Jacob
2011-01-19
*
fix EIGEN_TEST_NOQT (reported by Philippe Hamelin)
Thomas Capricelli
2011-01-14
*
generalize our internal rank K update routine to support more general A*B pro...
Gael Guennebaud
2010-11-10
*
fix bug #92 - we were doing stupid things when passing the list of libraries ...
Benoit Jacob
2010-10-28
*
Added stddeque unit test dervied from the stdlist test.
Hauke Heibel
2010-10-16
*
remove SVD class (was bad code taked from elsewhere)
Benoit Jacob
2010-10-12
*
add Jacobi unit test. jacobi_5 fails, exposing bug #39.
Benoit Jacob
2010-10-12
*
Removed debug outputs.
Hauke Heibel
2010-07-28
*
Fixed annoying CMake - Qt warning.
Hauke Heibel
2010-07-03
*
split the Sparse module into multiple ones, and move non stable parts to unsu...
Gael Guennebaud
2010-06-18
*
fix selfadjoint to dense
Gael Guennebaud
2010-05-19
*
make the cmake options EIGEN_DEFAULT_TO_ROW_MAJOR and disabling EIGEN_SPLIT_L...
Benoit Jacob
2010-05-18
*
kill the LeastSquares module.
Benoit Jacob
2010-04-29
*
dont try passing --version to qcc
Benoit Jacob
2010-04-29
*
Complete rework of global math functions and NumTraits.
Benoit Jacob
2010-04-28
*
* implement the corner() API change: new methods topLeftCorner() etc
Benoit Jacob
2010-04-22
*
Added support for STL lists with aligned Eigen types.
Hauke Heibel
2010-04-18
*
Add tests for real and complex Schur; extend test for Hessenberg.
Jitse Niesen
2010-04-02
*
Fix Map-with-Stride and cover it by new unit tests.
Benoit Jacob
2010-02-26
*
* add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...
Benoit Jacob
2010-02-26
*
Added debug only unit test for nesting ops - just run ./check nesting.
Hauke Heibel
2010-02-09
*
Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and d...
Hauke Heibel
2010-01-27
*
add EIGEN_DEFAULT_TO_ROW_MAJOR cmake option for the tests.
Benoit Jacob
2010-01-27
*
Add small test for Matrix::setIdentity()
Jitse Niesen
2010-01-20
*
add unit tests for true array objects
Gael Guennebaud
2010-01-18
[prev]
[next]