aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Expand)AuthorAge
* BDCSVD: Use rational interpolation to solve secular equation.Gravatar Jitse Niesen2013-08-27
* Added missing inline statements in order to prevent linker errors.Gravatar Hauke Heibel2013-08-27
* BDCSVD: Use HouseholderSeq directly.Gravatar Jitse Niesen2013-08-21
* BDCSVD: Compute SVD of combined problem directly.Gravatar Jitse Niesen2013-08-20
* 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
* BDCSVD: Streamline compute() and copyUV()Gravatar Jitse Niesen2013-08-07
* Fix compilation.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
| * 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
| * 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
* Clean namespace pollution.Gravatar Chen-Pang He2013-06-25
* Matrix square root can process 0 eigenvalue.Gravatar Chen-Pang He2013-06-24