index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
src
/
MatrixFunctions
/
MatrixPower.h
Commit message (
Expand
)
Author
Age
*
Clean-up of MatrixSquareRoot.
Jitse Niesen
2013-07-22
*
Fix doc. (It is also used by computeFracPower)
Chen-Pang He
2013-07-21
*
Apply argument-dependent lookup on user-defined types. (using std::)
Chen-Pang He
2013-07-20
*
Optimize MatrixPower::computeIntPower
Chen-Pang He
2013-07-20
*
Comment on private members of MatrixPower.
Chen-Pang He
2013-07-20
*
Simplify MatrixPower::split
Chen-Pang He
2013-07-20
*
Document on MatrixPowerAtomic.
Chen-Pang He
2013-07-13
*
Document on complex matrix power.
Chen-Pang He
2013-07-13
*
Document on the return type of MatrixPower::operator()
Chen-Pang He
2013-07-13
*
Add assertion against undefined matrix power.
Chen-Pang He
2013-07-10
*
We need not prohibit assignment here. Thanks to changeset 3edd4681f2f04c1164...
Chen-Pang He
2013-07-07
*
Prevent copying with internal::noncopyable.
Chen-Pang He
2013-07-07
*
Let complex power fall back to "log, scale, exp".
Chen-Pang He
2013-07-05
*
Enable singular matrix power using unitary similarities.
Chen-Pang He
2013-07-04
*
Simplify class hierarchy.
Chen-Pang He
2013-07-04
*
Remove unreachable MatrixPowerTriangular, paving the way to future cleanups.
Chen-Pang He
2013-07-04
*
Clean namespace pollution.
Chen-Pang He
2013-06-25
*
Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.pow
Chen-Pang He
2013-06-24
*
Fix bug #482: pass scalar value by const reference (it remained a few cases)
Gael Guennebaud
2013-04-12
*
Make MatrixPowerTriangularAtomic::computePade static because it should be.
Chen-Pang He
2012-10-07
*
Use simplified return type, trying to work around MSVC.
Chen-Pang He
2012-10-03
*
Make use of TRMM (speed up), and remove useless condition (the triangular don...
Chen-Pang He
2012-10-02
*
Make better decision on PartialPivLU vs inverse(): We have specialized invers...
Chen-Pang He
2012-10-02
*
Add test for real MatrixPowerTriangular.
Chen-Pang He
2012-09-30
*
Implement complex MatrixPowerTriangular. There are still problems with real one.
Chen-Pang He
2012-09-30
*
Fix build error in matrixfunctions on MSVC
Desire NUENTSA
2012-10-30
*
Avoid memory manipulation for simplicity, efficiency, and safety.
Chen-Pang He
2012-09-29
*
Extend MatrixPowerTriangularAtomic for future implementation for triangular m...
Chen-Pang He
2012-09-29
*
Fix doc and tidy up
Chen-Pang He
2012-09-28
*
Move unshared items back to MatrixPower
Chen-Pang He
2012-09-27
*
Write doc on (matrix power) * (matrix expression)
Chen-Pang He
2012-09-27
*
Create class MatrixPowerBase for further extension (like specialization for t...
Chen-Pang He
2012-09-27
*
Remove class MatrixPowerEvaluator with enhanced existing MatrixPowerReturnVal...
Chen-Pang He
2012-09-23
*
Fix bug in MatrixPower(expression) due to destruction of temporary objects. S...
Chen-Pang He
2012-09-23
*
Eliminate unnecessary evaluations
Chen-Pang He
2012-09-23
*
Avoid inefficient 2x2 LU
Chen-Pang He
2012-09-22
*
Fix cost evaluation. (chain product for integral power)
Chen-Pang He
2012-09-22
*
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
*
Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.
Chen-Pang He
2012-08-30
*
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
*
Replace atanh with atanh2
Chen-Pang He
2012-08-27
*
Dox in MatrixFunctions
jdh8
2012-08-19
*
Bugfix in MatrixLogarithm.h
jdh8
2012-08-18
*
Add specialization for float and long double
jdh8
2012-08-18
*
Remove useless code (abort specialization for complex exponent temporarily)
jdh8
2012-08-15
*
matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...
jdh8
2012-08-15