aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
* Add Official/Unsupported labels to unit tests and add a ctest driver to ↵Gravatar Gael Guennebaud2013-03-20
| | | | submit subprojects to cdash
* Patch by Kolja Brix <brix@igpm.rwth-aachen.de> that fixes bug #565 and adds ↵Gravatar Christoph Hertzberg2013-03-17
| | | | a testcase to verify that.
* Relax tolerances in matrix_power tests to avoid intermittent failures.Gravatar Jitse Niesen2013-03-09
|
* Fix bug #561: remove useless sign macroGravatar Gael Guennebaud2013-03-07
|
* Fix a couple of remaining warnings (missing newlines, inline-noinline, ↵Gravatar Gael Guennebaud2013-03-01
| | | | meaningless type qualifiers)
* Fix "missing return statement at end of non-void function"Gravatar Gael Guennebaud2013-03-01
|
* Update to latest mpreal.Gravatar Gael Guennebaud2013-03-01
|
* Fix "explicit instantiation of 'Eigen::Spline' must occur in namespace ↵Gravatar Gael Guennebaud2013-02-28
| | | | 'Eigen'" warnings
* MSVC fix; the compiler failed to detect the correct overload.Gravatar Hauke Heibel2013-02-28
|
* Protect min with parenthesis in IncompleteLLTGravatar Gael Guennebaud2013-02-22
|
* Set built-in sparse QR as the default sparse solver and add ComputationInfo ↵Gravatar Desire NUENTSA2013-02-20
| | | | for Levenberg Marquardt,
* Fix the following warning: "comparison between signed and unsigned integer ↵Gravatar Gael Guennebaud2013-02-15
| | | | expressions"
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
|
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
|
* Remove dummy code in MPRealSupportGravatar Gael Guennebaud2013-01-24
|
* Relax a bit the precision in mpreal unit test.Gravatar Gael Guennebaud2013-01-23
|
* Specialize GEBP traits and kernel for mpreal to by-pass mpreal and remove ↵Gravatar Gael Guennebaud2013-01-23
| | | | the costly creation of many temporaries.
* Workaround "error: floating-point literal cannot appear in a ↵Gravatar Gael Guennebaud2013-01-23
| | | | | | constant-expression" in mpreal.h when compiling with predantic. (I really don't know how to properly fix this))
* I think it's OK to let XprHelper.h determine the nested type.Gravatar Chen-Pang He2012-10-15
|
* Remove unused typedef (traits<MatrixPowerProduct>::PlainObject) for brevity.Gravatar Chen-Pang He2012-10-14
|
* Simplify traits<MatrixPowerProduct>: StorageKind must be Dense because ↵Gravatar Chen-Pang He2012-10-14
| | | | MatrixPowerProduct is derived from MatrixBase.
* Use the nested type instead of const referenceGravatar Chen-Pang He2012-10-14
|
* Just tidy up: no need to specify template parameters inside class body.Gravatar Chen-Pang He2012-10-14
|
* Make MatrixPowerTriangularAtomic::computePade static because it should be.Gravatar Chen-Pang He2012-10-07
|
* Use simplified return type, trying to work around MSVC.Gravatar Chen-Pang He2012-10-03
|
* Make use of TRMM (speed up), and remove useless condition (the triangular ↵Gravatar Chen-Pang He2012-10-02
| | | | don't need LU)
* Make better decision on PartialPivLU vs inverse(): We have specialized ↵Gravatar Chen-Pang He2012-10-02
| | | | inverse() only for FIXED matrices.
* Add test for real MatrixPowerTriangular.Gravatar Chen-Pang He2012-09-30
|
* Avoid Schur decomposition on (quasi-)triangular matrices. (Huge speed up!)Gravatar Chen-Pang He2012-09-30
|
* Implement complex MatrixPowerTriangular. There are still problems with real one.Gravatar Chen-Pang He2012-09-30
|
* Make the MatrixFunctions documentation page looks a bit betterGravatar Gael Guennebaud2013-01-11
|
* update unsupported module documentation to be conformed with new ↵Gravatar Gael Guennebaud2013-01-11
| | | | documentation style
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
|
* Set matrix to zero before inserting entries (partially fixes bug #539).Gravatar Jitse Niesen2013-01-03
|
* Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, ↵Gravatar Chen-Pang He2012-10-25
| | | | for it does not provide an InnerIterator.
* Fix compile error caused by incomplete SparseMatrixBase.Gravatar Chen-Pang He2012-10-16
|
* Let KroneckerProduct inherit ReturnByValue to eliminate temporary ↵Gravatar Chen-Pang He2012-10-15
| | | | evaluation. It's uncommon to store the product back to one of the operands.
* Add doc for KroneckerProductSparse.Gravatar Chen-Pang He2012-10-15
|
* Make kroneckerProduct take two arguments and return an expression, which is ↵Gravatar Chen-Pang He2012-10-15
| | | | more straight-forward.
* KroneckerProduct: we have const_cast_derived so why not use it?Gravatar Chen-Pang He2012-10-14
|
* Update doxygen files to doxygen version 1.8Gravatar Gael Guennebaud2012-12-28
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* Add arpack support module fileGravatar David Harmon2012-12-16
|
* Added ARPACK support for standard and generalized eigenvalue problems. ↵Gravatar David Harmon2012-10-06
| | | | Currently self-adjoint only.
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
|
* Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7cGravatar Gael Guennebaud2012-12-07
|
* Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacyGravatar Desire NUENTSA2012-12-07
| | | | Split the levenberg marquardt test and the hybrid nonlinear test
* Fix Incomplete Cholesky factorization. Stable but need iterative robust shiftGravatar Desire NUENTSA2012-12-07
|
* Fixed mpreal for IA64 architecturesGravatar Pavel Holoborodko2012-12-04
|
* remove deprecated InnerVectorSet for the deprecated DynamicSparseMatrix classGravatar Gael Guennebaud2012-11-16
|