aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
...
| * 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
* Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.powGravatar Chen-Pang He2013-06-24
* Fix segfault and bug with equal eivals in matrix power (bug #614).Gravatar Chen-Pang He2013-06-24
* Fix a couple of warningsGravatar Gael Guennebaud2013-06-21
* Fix warning typedef XXX locally defined but not usedGravatar Gael Guennebaud2013-06-21
* new unsupported and not finished SVD, using a divide and conquert algorithm, ...Gravatar Gauthier Brun2013-06-19
* bug #230, fix compilation issues and wrong static assertionsGravatar Kolja Brix2013-06-18
* compilation fixes in unsupportedGravatar Gael Guennebaud2013-06-12
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* fix a weird typo I commited in ae76c977041e7584324738a3075d4a926508dd90Gravatar Thomas Capricelli2013-06-03
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* adapt AutoDiff to scalar_product_traitsGravatar Gael Guennebaud2013-03-20
* Add complex support to dgmres and the unit testGravatar Desire NUENTSA2013-03-20
* Bug567 : Fix iterative solvers to immediately return when the initial guess i...Gravatar Desire NUENTSA2013-03-20
* Handle zero right hand side in CG and GMRESGravatar Desire NUENTSA2013-03-20
* Add Official/Unsupported labels to unit tests and add a ctest driver to submi...Gravatar Gael Guennebaud2013-03-20
* Patch by Kolja Brix <brix@igpm.rwth-aachen.de> that fixes bug #565 and adds a...Gravatar Christoph Hertzberg2013-03-17
* 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, meanin...Gravatar Gael Guennebaud2013-03-01
* 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 'Eigen...Gravatar Gael Guennebaud2013-02-28
* 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
* Fix the following warning: "comparison between signed and unsigned integer ex...Gravatar Gael Guennebaud2013-02-15
* 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 the...Gravatar Gael Guennebaud2013-01-23
* Workaround "error: floating-point literal cannot appear in a constant-express...Gravatar Gael Guennebaud2013-01-23
* 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 Matrix...Gravatar Chen-Pang He2012-10-14
* Use the nested type instead of const referenceGravatar Chen-Pang He2012-10-14