aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* Fix some unused-variable warnings with GCC 4.6Gravatar Benoit Jacob2011-10-30
* bug #206 - part 4: Removes heap allocations from JacobiSVD and its preconditi...Gravatar Adolfo Rodriguez Tsourouksdissian2011-10-30
* bug #206 - part 3: Reimplement FullPivHouseholderQR<T>::matrixQ() using Retur...Gravatar Adolfo Rodriguez Tsourouksdissian2011-03-08
* bug #206 - part 2: For HouseholderSequence objects, added non-allocating vers...Gravatar Adolfo Rodriguez Tsourouksdissian2011-10-30
* The most important inline keyword ever? Without it, gcc failed to inline this...Gravatar Benoit Jacob2011-10-25
* remove the MSVC specific blas/lapack optionGravatar Gael Guennebaud2011-10-24
* hopefully this workaround of cmake bug #9220 works for MSVC tooGravatar Gael Guennebaud2011-10-24
* update sparse*sparse product: the default is now a conservative algorithm pre...Gravatar Gael Guennebaud2011-10-24
* mark deprecated sparse solvers as so.Gravatar Gael Guennebaud2011-10-24
* add the possiibility to disable deprectated warnings (useful for deprecated u...Gravatar Gael Guennebaud2011-10-24
* 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
* forgot inline keywordGravatar Benoit Jacob2011-10-17
* Throw std::bad_alloc even when exceptions are disabled, by doing new int[size...Gravatar Benoit Jacob2011-10-17
* 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 explcii...Gravatar Gael Guennebaud2011-10-09
* add a generic unit test for sparse SPD problemsGravatar Gael Guennebaud2011-10-09
* split SimplicialCholesky into SimplicialLLt and SimplicialLDLt classes and ad...Gravatar Gael Guennebaud2011-10-09
* 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