aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h
Commit message (Collapse)AuthorAge
* bug #876: remove usage of atanh2 in matrix powerGravatar Gael Guennebaud2014-12-08
|
* Backout parts of changeset 6719e56b5bfe9ae4badc9a6e894c5824f663d62eGravatar Gael Guennebaud2013-08-11
| | | | (these changes were not intended to be commited)
* Ref<> objects must be nested by reference because they potentially store a ↵Gravatar Gael Guennebaud2013-08-11
| | | | temporary object
* Clean-up of MatrixSquareRoot.Gravatar Jitse Niesen2013-07-22
|
* Fix doc. (It is also used by computeFracPower)Gravatar Chen-Pang He2013-07-21
|
* Apply argument-dependent lookup on user-defined types. (using std::)Gravatar Chen-Pang He2013-07-20
|
* Optimize MatrixPower::computeIntPowerGravatar Chen-Pang He2013-07-20
|
* Comment on private members of MatrixPower.Gravatar Chen-Pang He2013-07-20
|
* Simplify MatrixPower::splitGravatar Chen-Pang He2013-07-20
|
* Document on MatrixPowerAtomic.Gravatar Chen-Pang He2013-07-13
|
* Document on complex matrix power.Gravatar Chen-Pang He2013-07-13
|
* Document on the return type of MatrixPower::operator()Gravatar Chen-Pang He2013-07-13
|
* Add assertion against undefined matrix power.Gravatar Chen-Pang He2013-07-10
|
* We need not prohibit assignment here. Thanks to changeset ↵Gravatar Chen-Pang He2013-07-07
| | | | | | 3edd4681f2f04c1164cb3805f1ac37fbf9a618c0 .
* Prevent copying with internal::noncopyable.Gravatar Chen-Pang He2013-07-07
|
* Let complex power fall back to "log, scale, exp".Gravatar Chen-Pang He2013-07-05
|
* Enable singular matrix power using unitary similarities.Gravatar Chen-Pang He2013-07-04
|
* Simplify class hierarchy.Gravatar Chen-Pang He2013-07-04
|
* Remove unreachable MatrixPowerTriangular, paving the way to future cleanups.Gravatar Chen-Pang He2013-07-04
|
* Clean namespace pollution.Gravatar Chen-Pang He2013-06-25
|
* Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.powGravatar Chen-Pang He2013-06-24
|
* Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
|
* Make MatrixPowerTriangularAtomic::computePade static because it should be.Gravatar Chen-Pang He2012-10-07
|
* Use simplified return type, trying to work around MSVC.Gravatar Chen-Pang He2012-10-03
|
* Make use of TRMM (speed up), and remove useless condition (the triangular ↵Gravatar Chen-Pang He2012-10-02
| | | | don't need LU)
* Make better decision on PartialPivLU vs inverse(): We have specialized ↵Gravatar Chen-Pang He2012-10-02
| | | | inverse() only for FIXED matrices.
* Add test for real MatrixPowerTriangular.Gravatar Chen-Pang He2012-09-30
|
* Implement complex MatrixPowerTriangular. There are still problems with real one.Gravatar Chen-Pang He2012-09-30
|
* Fix build error in matrixfunctions on MSVCGravatar Desire NUENTSA2012-10-30
|
* Avoid memory manipulation for simplicity, efficiency, and safety.Gravatar Chen-Pang He2012-09-29
|
* Extend MatrixPowerTriangularAtomic for future implementation for triangular ↵Gravatar Chen-Pang He2012-09-29
| | | | matrix power.
* Fix doc and tidy upGravatar Chen-Pang He2012-09-28
|
* Move unshared items back to MatrixPowerGravatar Chen-Pang He2012-09-27
|
* Write doc on (matrix power) * (matrix expression)Gravatar Chen-Pang He2012-09-27
|
* Create class MatrixPowerBase for further extension (like specialization for ↵Gravatar Chen-Pang He2012-09-27
| | | | triangular or self-adjoint matrices)
* Remove class MatrixPowerEvaluator with enhanced existing ↵Gravatar Chen-Pang He2012-09-23
| | | | MatrixPowerReturnValue to simplicity, but docs are not completed yet.
* Fix bug in MatrixPower(expression) due to destruction of temporary objects. ↵Gravatar Chen-Pang He2012-09-23
| | | | Sorry for ugly pointer manipulation but it prevents copying a PlainObject.
* Eliminate unnecessary evaluationsGravatar Chen-Pang He2012-09-23
|
* Avoid inefficient 2x2 LUGravatar Chen-Pang He2012-09-22
|
* Fix cost evaluation. (chain product for integral power)Gravatar Chen-Pang He2012-09-22
|
* Implement matrix power-matrix product againGravatar Chen-Pang He2012-09-22
|
* Enable saving intermidiate (Schur decomposition) but disable unstable ↵Gravatar Chen-Pang He2012-09-21
| | | | specialization for matrix power-matrix product.
* Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.Gravatar Chen-Pang He2012-08-30
|
* Tidy up and write dox.Gravatar Chen-Pang He2012-08-28
|
* Optimize matrix powerGravatar Chen-Pang He2012-08-26
|
* Fix a lot in MatrixPower.hGravatar Chen-Pang He2012-08-25
|
* Replace atanh with atanh2Gravatar Chen-Pang He2012-08-27
|
* Dox in MatrixFunctionsGravatar jdh82012-08-19
|
* Bugfix in MatrixLogarithm.hGravatar jdh82012-08-18
|
* Add specialization for float and long doubleGravatar jdh82012-08-18
|