aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
* fix superLU when the salver is called multiple timesGravatar Gael Guennebaud2011-09-27
* clean sparse LU testsGravatar Gael Guennebaud2011-09-24
* fix a couple of issues in SuperLU support (memory and determinant)Gravatar Gael Guennebaud2011-09-24
* port umfpack support to new APIGravatar Gael Guennebaud2011-09-24
* fix some compilation issuesGravatar Gael Guennebaud2011-09-23
* fix atan2 when tmp4==0Gravatar Gael Guennebaud2011-09-22
* BiCGSTAB does not like starting from 0...Gravatar Gael Guennebaud2011-09-21
* Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
* fix status after initializationGravatar Gael Guennebaud2011-09-20
* mainly enhance MatrixLogarithm's performance for RealScalar != doubleGravatar Chen-Pang He2011-09-17
* add a bi conjugate gradient stabilized solverGravatar Gael Guennebaud2011-09-17
* add tan, acos, asinGravatar Gael Guennebaud2011-09-14
* Put docs for unsupported modules in right place.Gravatar Jitse Niesen2011-09-07
* Define log2() on FreeBSD (fixes bug #343).Gravatar Jitse Niesen2011-09-06
* add atan2 support in AutoDiff and remove superfluous std:: specializationsGravatar Gael Guennebaud2011-09-05
* Add defensive assert to MatrixExponential,Gravatar Jitse Niesen2011-09-03
* enhance efficacy via avoiding exception handlingGravatar Chen-Pang He2011-09-02
* Leverage triangular square root in matrix log.Gravatar Jitse Niesen2011-08-25
* Split code for (quasi)triangular matrices from MatrixSquareRoot.Gravatar Jitse Niesen2011-08-25
* fix: <ctime> is necessary for srand(time(NULL))Gravatar Chen-Pang He2011-08-24
* Add coverage for long double to matrix_exponential test.Gravatar Jitse Niesen2011-08-21
* add compatibility with long doubleGravatar Chen-Pang He2011-08-20
* mv the mpreal copy in its own folderGravatar Gael Guennebaud2011-08-19
* update to latest mpreal and fix a min/max issue in mprel.hGravatar Gael Guennebaud2011-08-19
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* fix linking issueGravatar Gael Guennebaud2011-08-12
* fix a bug where some rotations were not initializedGravatar Thomas Capricelli2011-08-04
* wa2 was computed twice because of a confustion between changesetsGravatar Thomas Capricelli2011-08-04
* Remove unnecessary template keywords (breaks compilation under MSVC).Gravatar Jitse Niesen2011-07-28
* compilation fix with conjugate_gradient_solve_retval_with_guessGravatar Gael Guennebaud2011-07-26
* add the possibility to configure the preconditionerGravatar Gael Guennebaud2011-07-26
* add a naive IdentityPreconditionerGravatar Gael Guennebaud2011-07-26
* add a conjugate gradient solverGravatar Gael Guennebaud2011-07-26
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix few warnings reported by clangGravatar Thomas Capricelli2011-07-07
* suppress polluting EMPTY macro defined by SuperLUGravatar Gael Guennebaud2011-07-07
* add new interface to SuperLUGravatar Gael Guennebaud2011-07-07
* add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas Plate...Gravatar Gael Guennebaud2011-06-22
* fix typo in constant nameGravatar Thomas Capricelli2011-06-12
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* Decouple MatrixFunction and MatrixFunctionAtomicGravatar Jitse Niesen2011-06-07
* Fix and test MatrixSquareRoot for 1-by-1 matrices.Gravatar Jitse Niesen2011-06-07
* Sparse: fix long int as index type in simplicial cholesky and other decomposi...Gravatar Gael Guennebaud2011-06-06
* update URLGravatar Gael Guennebaud2011-05-31
* add read/write routines for sparse matrices in the Market formatGravatar Gael Guennebaud2011-05-31
* Fix typo ('using namespace' instead of 'using').Gravatar Jitse Niesen2011-05-26
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* Autodiff: fix scalr - active_scalarGravatar Gael Guennebaud2011-05-14
* AutoDiff: add one missing operator- versionGravatar Gael Guennebaud2011-05-12
* AutoDiff: fix most of bug #234 (missing operators, used old internal math fun...Gravatar Gael Guennebaud2011-05-12