aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h
Commit message (Expand)AuthorAge
* Fixed most conversion warnings in MatrixFunctions moduleGravatar Christoph Hertzberg2018-11-20
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* Removed several shadowing types and use global Index typedef everywhereGravatar Christoph Hertzberg2018-07-25
* Check that Schur decomposition succeed.Gravatar Gael Guennebaud2017-11-10
* Fix compilation of matrix log with Map as inputGravatar Gael Guennebaud2017-06-07
* bug #1229: bypass usage of Derived::Options which is available for plain matr...Gravatar Gael Guennebaud2016-05-18
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* Make MatrixFunction use nested_eval instead of nestedGravatar Gael Guennebaud2014-09-18
* 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
* 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
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Optimize matrix functions: m_fT is triangular and trmm is faster than gemmGravatar Chen-Pang He2012-09-16
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* Decouple MatrixFunction and MatrixFunctionAtomicGravatar Jitse Niesen2011-06-07
* Implement matrix square root for complex matrices.Gravatar Jitse Niesen2011-05-07
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
* Attempt to fix MatrixExponential/Function related warnings.Gravatar Hauke Heibel2010-06-20
* Ups, fixed a little ugly bug.Gravatar Hauke Heibel2010-06-15
* Fixed 64bit/Index related warnings in the matrix functions module.Gravatar Hauke Heibel2010-06-15
* Fixed warnings regarding missing assignment operator.Gravatar Hauke Heibel2010-06-11
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* Move documentation of MatrixBase methods in MatrixFunctions to module page.Gravatar Jitse Niesen2010-03-22
* API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
* Merge.Gravatar Jitse Niesen2010-02-22
|\
| * Change MatrixFunction::separation() parameter from 0.01 to 0.1 .Gravatar Jitse Niesen2010-02-20
* | Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
| * matrix_function test: replace expm(A).inverse() by expm(-A)Gravatar Jitse Niesen2010-02-20
|/
* Use ReturnByValue to return result of ei_matrix_function(), ...Gravatar Jitse Niesen2010-02-16
* Fixed compilation of MatrixFunctions module.Gravatar Hauke Heibel2010-01-20
* Add support for matrix sine, cosine, sinh and cosh.Gravatar Jitse Niesen2010-01-11
* mergeGravatar Benoit Jacob2010-01-04
|\
* | Big renaming:Gravatar Benoit Jacob2010-01-04
| * Further refactoring of MatrixFunction<MatrixType, 1>Gravatar Jitse Niesen2010-01-04
|/
* Refactoring of MatrixFunction: Simplify handling of fixed-size case.Gravatar Jitse Niesen2009-12-30
* Refactor MatrixFunction class: Split new class MatrixFunctionAtomic off.Gravatar Jitse Niesen2009-12-27
* Simplify and document Sylvester equation solver in MatrixFunction.Gravatar Jitse Niesen2009-12-27
* Add support for general matrix functions.Gravatar Jitse Niesen2009-12-21