index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
eigensolver_generalized_real.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
*
Fix GeneralizedEigenSolver when requesting for eigenvalues only.
Gael Guennebaud
2018-07-14
*
Remove local Index typedef from unit-tests
Gael Guennebaud
2018-07-12
*
Fix unit test for 1x1 matrices
Gael Guennebaud
2016-08-30
*
Add some pre-allocation unit tests (not working yet)
Gael Guennebaud
2016-08-29
*
bug #645: patch from Tobias Wood implementing the extraction of eigenvectors ...
Gael Guennebaud
2016-08-23
*
Add unit test for non symmetric generalized eigenvalues
Gael Guennebaud
2016-06-09
*
bug #1098: fix regression introduced when generalizing some compute() methods...
Gael Guennebaud
2015-10-26
*
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
*
Add a preliminary GeneralizedEigenSolver computing the eigenvalues of Av=lBv ...
Gael Guennebaud
2012-07-26