aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* Fix compilation.Gravatar Hauke Heibel2013-08-02
* Ensure that (potentially aligned) stack objects are passed by reference.Gravatar Hauke Heibel2013-08-02
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
* Removed 'T' prefix from types and thus fixed compilation for GCC.Gravatar Hauke Heibel2013-07-29
* 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
|/
* Fixed VC11 compilation.Gravatar Hauke Heibel2013-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
* Merge in jdh8's branch.Gravatar Jitse Niesen2013-07-21
|\
| * Directly code failing example, or it breaks `make doc`.Gravatar Chen-Pang He2013-07-21
| * Fix doc. (It is also used by computeFracPower)Gravatar Chen-Pang He2013-07-21
| * Warn about power of a matrix with non-semisimple 0 eigenvalue.Gravatar Chen-Pang He2013-07-21
| * Improve documentation on Kronecker product module.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
* | Fix vompilation of bdcsvd with ICC.Gravatar Gael Guennebaud2013-07-17
* | Add bdcsvd unit test in CMakeListsGravatar Gael Guennebaud2013-07-15
| * Eliminate unnecessary copying for sparse Kronecker product.Gravatar Chen-Pang He2013-07-15
| * generateTestMatrix can use processTriangularMatrixGravatar Chen-Pang He2013-07-15
| * Test singular matrix power with square roots. Exponent laws are too unstable.Gravatar Chen-Pang He2013-07-15
| * Fix typo in testSingular.Gravatar Chen-Pang He2013-07-14
| * Add test3dRotation.Gravatar Chen-Pang He2013-07-14
| * 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
* | Add no_assignment_operator to a few classes that must not be assigned, and fi...Gravatar Gael Guennebaud2013-07-10
| * Make non-conversion unary constructors explicit.Gravatar Chen-Pang He2013-07-11
| * The only(?) way to test complex matrix power.Gravatar Chen-Pang He2013-07-10
| * Test power of singular matrices.Gravatar Chen-Pang He2013-07-10
| * These casts are unnecessary because isApprox already casts them.Gravatar Chen-Pang He2013-07-10
| * Remove unused struct definition in test.Gravatar Chen-Pang He2013-07-10
| * Write doc for positive power of a matrix with a semisimple zero eigenvalue.Gravatar Chen-Pang He2013-07-10
| * Write doc for complex power of a matrix.Gravatar Chen-Pang He2013-07-10
| * 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
| * Remove unused inclusions.Gravatar Chen-Pang He2013-07-04
| * 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