index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
test
/
matrix_power.cpp
Commit message (
Expand
)
Author
Age
*
Fix compilation.
Hauke Heibel
2013-08-02
*
Ensure that (potentially aligned) stack objects are passed by reference.
Hauke Heibel
2013-08-02
*
Clean-up of MatrixSquareRoot.
Jitse Niesen
2013-07-22
*
generateTestMatrix can use processTriangularMatrix
Chen-Pang He
2013-07-15
*
Test singular matrix power with square roots. Exponent laws are too unstable.
Chen-Pang He
2013-07-15
*
Fix typo in testSingular.
Chen-Pang He
2013-07-14
*
Add test3dRotation.
Chen-Pang He
2013-07-14
*
The only(?) way to test complex matrix power.
Chen-Pang He
2013-07-10
*
Test power of singular matrices.
Chen-Pang He
2013-07-10
*
These casts are unnecessary because isApprox already casts them.
Chen-Pang He
2013-07-10
*
Remove unused struct definition in test.
Chen-Pang He
2013-07-10
*
Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.pow
Chen-Pang He
2013-06-24
*
Fix segfault and bug with equal eivals in matrix power (bug #614).
Chen-Pang He
2013-06-24
*
Fix warning typedef XXX locally defined but not used
Gael Guennebaud
2013-06-21
*
Relax tolerances in matrix_power tests to avoid intermittent failures.
Jitse Niesen
2013-03-09
*
Add test for real MatrixPowerTriangular.
Chen-Pang He
2012-09-30
*
Merge
Jitse Niesen
2012-09-29
|
\
*
|
Make testExponentLaws in matrix_power quiet. It was too noisy.
Chen-Pang He
2012-09-29
*
|
Fix doc and tidy up
Chen-Pang He
2012-09-28
|
*
Fix Build error on MSVC
Desire NUENTSA
2012-09-27
*
|
Implement matrix power-matrix product again
Chen-Pang He
2012-09-22
*
|
Enable saving intermidiate (Schur decomposition) but disable unstable special...
Chen-Pang He
2012-09-21
|
/
*
Tidy up and write dox.
Chen-Pang He
2012-08-28
*
Optimize matrix power
Chen-Pang He
2012-08-26
*
Fix a lot in MatrixPower.h
Chen-Pang He
2012-08-25
*
Add test for matrix power.
Chen-Pang He
2012-08-27