aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | update sparse*sparse product: the default is now a conservative algorithm ↵Gravatar Gael Guennebaud2011-10-24
| | | | | | | | preserving symbolic non zeros. The previous with auto pruning of the small value is avaible doing: (A*B).pruned() or (A*B).pruned(ref) or (A*B).pruned(ref,eps)
* | mark deprecated sparse solvers as so.Gravatar Gael Guennebaud2011-10-24
| |
* | add the possiibility to disable deprectated warnings (useful for deprecated ↵Gravatar Gael Guennebaud2011-10-24
| | | | | | | | unit tests!)
* | factorize solving with guessGravatar Gael Guennebaud2011-10-24
| |
* | move DynamicSparseMatrix to SparseExtraGravatar Gael Guennebaud2011-10-24
| |
* | move the blas.h header to blas/ and remove declaration of function returning ↵Gravatar Gael Guennebaud2011-10-19
| | | | | | | | a complex
* | forgot inline keywordGravatar Benoit Jacob2011-10-17
| |
* | Throw std::bad_alloc even when exceptions are disabled, by doing new ↵Gravatar Benoit Jacob2011-10-17
| | | | | | | | | | | | | | int[size_t(-1)]. Don't throw exceptions on aligned_malloc(0) (just because malloc's retval is null doesn't mean error, if size==0). Remove EIGEN_NO_EXCEPTIONS option, use only compiler standard defines. Either exceptions are enabled or they aren't.
* | bug #363 - add test for integer overflow in size computationsGravatar Benoit Jacob2011-10-16
| |
* | bug #363 - check for integer overflow in size=rows*cols computationsGravatar Benoit Jacob2011-10-16
| |
* | bug #363 - check for integer overflow in byte-size computationsGravatar Benoit Jacob2011-10-16
| |
* | update the decomposition catalogueGravatar Gael Guennebaud2011-10-14
| |
* | add a basic ILU preconditionerGravatar Gael Guennebaud2011-10-11
| |
* | fix sparse tri-solve for full matricesGravatar Gael Guennebaud2011-10-11
| |
* | extend BiCGSTAB to arbitrary rhsGravatar Gael Guennebaud2011-10-11
| |
* | add proper bicgstab unit testGravatar Gael Guennebaud2011-10-11
| |
* | add a unit test for permutation applied to sparse objectsGravatar Gael Guennebaud2011-10-11
| |
* | refactor sparse solving unit testsGravatar Gael Guennebaud2011-10-11
| |
* | extend SimplicialCholesky for sparse rhs, and add determinantGravatar Gael Guennebaud2011-10-11
| |
* | extend CG for multiple right hand sidesGravatar Gael Guennebaud2011-10-11
| |
* | make it compatible with Diagonal<>Gravatar Gael Guennebaud2011-10-11
| |
* | fix assignment to a set of sparse inner vectorsGravatar Gael Guennebaud2011-10-10
| |
* | fix nestingGravatar Gael Guennebaud2011-10-09
| |
* | DiagonalPrecond: fix potential segfault in case the diagonal contains ↵Gravatar Gael Guennebaud2011-10-09
| | | | | | | | explciit zeros
* | add a generic unit test for sparse SPD problemsGravatar Gael Guennebaud2011-10-09
| |
* | split SimplicialCholesky into SimplicialLLt and SimplicialLDLt classes and ↵Gravatar Gael Guennebaud2011-10-09
| | | | | | | | add specific factor access functions
* | Configured unsupported/test/mpreal/*.* as CRLF files.Gravatar Hauke Heibel2011-10-04
| |
* | Added a flag to build blas/lapack.Gravatar Hauke Heibel2011-10-04
| |
* | fix superLU when the salver is called multiple timesGravatar Gael Guennebaud2011-09-27
| |
* | Convert tabs to spaces.Gravatar Jitse Niesen2011-09-27
| |
* | Fix bug #286: Infinite loop in JacobiSVD with denormalsGravatar Jitse Niesen2011-09-27
| |
* | Add method which returns worst time (and make some methods const).Gravatar Bram de Jong2011-09-26
| |
* | 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
| |
* | no commentGravatar Gael Guennebaud2011-09-21
| |
* | quick workaround of MSVC9' ICE in pset1Gravatar Gael Guennebaud2011-09-21
| |
* | find macport' umfpack/cholmodGravatar Gael Guennebaud2011-09-21
| |
* | Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
| | | | | | | | Works here with gcc. Hopefully this will work for MSVC too.
* | fix status after initializationGravatar Gael Guennebaud2011-09-20
| |
* | accept both STL and Eigen's containers for reserve()Gravatar Gael Guennebaud2011-09-20
| |
* | Typo in geometry tutorial.Gravatar Jitse Niesen2011-09-19
| |
* | Bug fix for matrix1 * matrix2 * scalar1 * scalar2.Gravatar Jitse Niesen2011-09-19
| | | | | | | | See report on http://forum.kde.org/viewtopic.php?f=74&t=96947 .
* | mainly enhance MatrixLogarithm's performance for RealScalar != doubleGravatar Chen-Pang He2011-09-17
| |
* | add support for macosxGravatar Gael Guennebaud2011-09-17
| |
* | add a bi conjugate gradient stabilized solverGravatar Gael Guennebaud2011-09-17
| |
* | add tan, acos, asinGravatar Gael Guennebaud2011-09-14
| |