aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h
Commit message (Expand)AuthorAge
* Bug #1796: Make matrix squareroot usable for Map and Ref typesGravatar Christoph Hertzberg2019-12-20
* Removed several shadowing types and use global Index typedef everywhereGravatar Christoph Hertzberg2018-07-25
* Fix MatrixFunctions module.Gravatar Gael Guennebaud2016-06-03
* 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
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
* Clean up MatrixFunction and MatrixLogarithm.Gravatar Jitse Niesen2013-07-25
* Clean-up of MatrixSquareRoot.Gravatar Jitse Niesen2013-07-22
* Make non-conversion unary constructors explicit.Gravatar Chen-Pang He2013-07-11
* 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
* Matrix square root can process 0 eigenvalue.Gravatar Chen-Pang He2013-06-24
* Avoid Schur decomposition on (quasi-)triangular matrices. (Huge speed up!)Gravatar Chen-Pang He2012-09-30
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Fix dox and tabbingGravatar Chen-Pang He2012-08-29
* 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
* Split code for (quasi)triangular matrices from MatrixSquareRoot.Gravatar Jitse Niesen2011-08-25
* Remove unnecessary template keywords (breaks compilation under MSVC).Gravatar Jitse Niesen2011-07-28
* Fix and test MatrixSquareRoot for 1-by-1 matrices.Gravatar Jitse Niesen2011-06-07
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Fix compilation error under GCC 4.5.Gravatar Jitse Niesen2011-05-09
* Implement square root for real matrices via Schur.Gravatar Jitse Niesen2011-05-08
* Implement matrix square root for complex matrices.Gravatar Jitse Niesen2011-05-07