aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions
Commit message (Expand)AuthorAge
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* bug #876: remove usage of atanh2 in matrix powerGravatar Gael Guennebaud2014-12-08
* bug #876, matrix_log_compute_2x2: directly use logp1 instead of atanh2Gravatar Gael Guennebaud2014-12-08
* Make MatrixFunction use nested_eval instead of nestedGravatar Gael Guennebaud2014-09-18
* 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
* Ref<> objects must be nested by reference because they potentially store a te...Gravatar Gael Guennebaud2013-08-11
* Fix compilation.Gravatar Hauke Heibel2013-08-02
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
* Fix bug in MatrixFunctions for matrices with multiple eigenvalues.Gravatar Jitse Niesen2013-07-26
* mergeGravatar Jitse Niesen2013-07-26
|\
* | Fixed floating point warning.Gravatar Hauke Heibel2013-07-26
| * 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
* 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 3edd4681f2f04c1164...Gravatar Chen-Pang He2013-07-07
* 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 Matrix...Gravatar Chen-Pang He2012-10-14
* 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