aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Write page on template and typename keywords in C++.Gravatar Jitse Niesen2011-09-10
* fix bench_gemmGravatar Gael Guennebaud2011-09-09
* reactivate the sorting in the experimental sparse-sparse productGravatar Gael Guennebaud2011-09-08
* add the possibility to reserve room for inner vector in SparseMatrixGravatar Gael Guennebaud2011-09-08
* 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
* Merged in trevorw/eigen (pull request PR-7)Gravatar Gael Guennebaud2011-09-05
|\
* | Update docs of PlainObjectBase::Map(); fixes bug #335.Gravatar Jitse Niesen2011-09-03
* | Add defensive assert to MatrixExponential,Gravatar Jitse Niesen2011-09-03
* | enhance efficacy via avoiding exception handlingGravatar Chen-Pang He2011-09-02
| * resolve pkgconfig destination - #338Gravatar Trevor Wennblom2011-08-30
|/
* 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
* fix bug #330: Index to int conversion warningGravatar Gael Guennebaud2011-08-23