aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* MergeGravatar Jitse Niesen2012-09-29
|\
* | Make testExponentLaws in matrix_power quiet. It was too noisy.Gravatar Chen-Pang He2012-09-29
* | Avoid memory manipulation for simplicity, efficiency, and safety.Gravatar Chen-Pang He2012-09-29
* | Abort the extension. MatrixSquareRootTriangular only takes upper triangular m...Gravatar Chen-Pang He2012-09-29
* | Extend MatrixPowerTriangularAtomic for future implementation for triangular m...Gravatar Chen-Pang He2012-09-29
* | Fix doc and tidy upGravatar Chen-Pang He2012-09-28
| * Fix Build error on MSVCGravatar Desire NUENTSA2012-09-27
* | 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 t...Gravatar Chen-Pang He2012-09-27
| * Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
* | Remove unnecessary code. lazyAssign seems to fix all (noalias, initialization...Gravatar Chen-Pang He2012-09-24
* | Remove class MatrixPowerEvaluator with enhanced existing MatrixPowerReturnVal...Gravatar Chen-Pang He2012-09-23
* | Fix bug in MatrixPower(expression) due to destruction of temporary objects. S...Gravatar Chen-Pang He2012-09-23
* | Eliminate unnecessary evaluationsGravatar Chen-Pang He2012-09-23
* | Avoid inefficient 2x2 LUGravatar Chen-Pang He2012-09-22
* | Fix my typo in MatrixPowerBase.h, no effect on the flow.Gravatar 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 special...Gravatar Chen-Pang He2012-09-21
* | Optimize matrix functions: m_fT is triangular and trmm is faster than gemmGravatar Chen-Pang He2012-09-16
| * Incomplete Cholesky preconditioner... not yet stableGravatar Desire NUENTSA2012-09-11
|/
* Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.Gravatar Chen-Pang He2012-08-30
* Fix dox and tabbingGravatar Chen-Pang He2012-08-29
* 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
* mergeGravatar Jitse Niesen2012-08-27
|\
| * Add test for matrix power.Gravatar Chen-Pang He2012-08-27
* | Read real and complex bench matrices from a unique folderGravatar Desire NUENTSA W.2012-08-27
| * Replace atanh with atanh2Gravatar Chen-Pang He2012-08-27
|/
* Fix toc in dox and claim copyrightGravatar jdh82012-08-20
* Dox in MatrixFunctionsGravatar jdh82012-08-19
* Bugfix in MatrixLogarithm.hGravatar jdh82012-08-18
|\
| * Ensured that all branches of MatrixLogarithmAtomic::getPadeDegree return values.Gravatar Hauke Heibel2012-08-18
* | Add specialization for float and long doubleGravatar jdh82012-08-18
* | Remove useless code (abort specialization for complex exponent temporarily)Gravatar jdh82012-08-15
* | matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...Gravatar jdh82012-08-15
* | using std::frexp instead of frexpGravatar jdh82012-08-08
* | Optimize getting exponent from IEEE floating points.Gravatar jdh82012-08-08
|\|
* | Fix some typos in MatrixLogarithm to improve accuracy.Gravatar jdh82012-08-03
|/
* Added a default constructor for Splines which creates zero (constant) splines.Gravatar Hauke Heibel2012-07-28
* MINPACK license is OK for MPL2 after allGravatar Benoit Jacob2012-07-15
* clean old KDE mention and relatedGravatar Gael Guennebaud2012-07-14
* Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...Gravatar Benoit Jacob2012-07-13
* Manual MPL2 relicensing fixesGravatar Benoit Jacob2012-07-13
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix GMRESGravatar Gael Guennebaud2012-06-23
* MPreal: extended unit test, remove useless internal overloads, add support fo...Gravatar Gael Guennebaud2012-06-21
* patch mpfr c++ copy to fix warnings and min/max issuesGravatar Gael Guennebaud2012-06-21