aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions
Commit message (Collapse)AuthorAge
* Fix typo in MatrixExponential noticed by Markos.Gravatar Jitse Niesen2014-07-25
|
* Added missing inline statements in order to prevent linker errors.Gravatar Hauke Heibel2013-08-27
|
* 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
* Fix compilation.Gravatar Hauke Heibel2013-08-02
| | | | | | The Matrix is required to be mutable but it also needs to be a reference and temporaries do not bind to non-const references - thus we need a hack and cast away the constness.
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
| | | | This eliminates an unnecessary copy in some situations, e.g. Map.
* Fix bug in MatrixFunctions for matrices with multiple eigenvalues.Gravatar Jitse Niesen2013-07-26
| | | | | | Store indices, not eigenvalues, in clusters. Bug was introduced in changeset a3a55357db7394281c872e911f13d69aba510aec .
* mergeGravatar Jitse Niesen2013-07-26
|\
* | Fixed floating point warning.Gravatar Hauke Heibel2013-07-26
| | | | | | | | Fixed evaluation of matrix_exp_computeUV.
| * MatrixFunctions: Clean up StemFunction.hGravatar Jitse Niesen2013-07-26
|/
* Clean up MatrixFunction and MatrixLogarithm.Gravatar Jitse Niesen2013-07-25
|
* Clean-up of MatrixSquareRoot.Gravatar Jitse Niesen2013-07-22
|
* Clean-up of MatrixExponential:Gravatar Jitse Niesen2013-07-21
| | | | | * put internal stuff in the internal namespace * replace member functions by free functions
* Fix doc. (It is also used by computeFracPower)Gravatar Chen-Pang He2013-07-21
|
* Document on MatrixExponential::ScalingOpGravatar 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
|
* Make non-conversion unary constructors explicit.Gravatar Chen-Pang He2013-07-11
|
* 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
|
* Const-correct the scaling functor.Gravatar Chen-Pang He2013-07-05
|
* Avoid pow(Scalar, int) for C++11 conformance.Gravatar Chen-Pang He2013-07-05
|
* 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
|
* Matrix square root can process 0 eigenvalue.Gravatar Chen-Pang He2013-06-24
|
* Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.powGravatar Chen-Pang He2013-06-24
|
* Fix segfault and bug with equal eivals in matrix power (bug #614).Gravatar Chen-Pang He2013-06-24
|
* compilation fixes in unsupportedGravatar Gael Guennebaud2013-06-12
|
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
|
* Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
|
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
|
* I think it's OK to let XprHelper.h determine the nested type.Gravatar Chen-Pang He2012-10-15
|
* Remove unused typedef (traits<MatrixPowerProduct>::PlainObject) for brevity.Gravatar Chen-Pang He2012-10-14
|
* Simplify traits<MatrixPowerProduct>: StorageKind must be Dense because ↵Gravatar Chen-Pang He2012-10-14
| | | | MatrixPowerProduct is derived from MatrixBase.
* Use the nested type instead of const referenceGravatar Chen-Pang He2012-10-14
|
* Just tidy up: no need to specify template parameters inside class body.Gravatar Chen-Pang He2012-10-14
|
* 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
|