aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* | 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
| |
* | Fix LDLT::solve() if matrix singular but solution exists (bug #241).Gravatar Jitse Niesen2011-09-11
| | | | | | | | Clarify this in docs and add regression test.
* | Write page on template and typename keywords in C++.Gravatar Jitse Niesen2011-09-10
| | | | | | | | | | | | | | After yet another question on the forum, I decided to write something on this common issue. Now we just need to link to this and get people to read it. Thanks to mattb on the forum for some links. Caveat: IANALL (I am not a language lawyer).
* | fix bench_gemmGravatar Gael Guennebaud2011-09-09
| |