aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add the bench file for the RandomSetterGravatar Gael Guennebaud2008-10-21
* sparse module: add a RandomSetter based on a user defined map implementationGravatar Gael Guennebaud2008-10-20
* remove debug message in FindCholmod.cmakeGravatar Gael Guennebaud2008-10-20
* * sparse LU: add extraction of L,U,P, and Q, as well as determinantGravatar Gael Guennebaud2008-10-20
* add unit tests for sparse LU and fix a couple of warningsGravatar Gael Guennebaud2008-10-20
* * add cmake files to find (optional) supported librariesGravatar Gael Guennebaud2008-10-20
* UmfPack support: add support for complex<double>Gravatar Gael Guennebaud2008-10-20
* sparse module: add support for umfpack, the sparse direct LUGravatar Gael Guennebaud2008-10-19
* sparse module: some trivial bugfixesGravatar Gael Guennebaud2008-10-19
* add/update some benchmark files used to test/compare sparse module featuresGravatar Gael Guennebaud2008-10-19
* sparse module: add preliminary support for direct sparse LU solverGravatar Gael Guennebaud2008-10-19
* sparse module: added some documentation for the LLT solverGravatar Gael Guennebaud2008-10-18
* sparse module: much much faster transposition codeGravatar Gael Guennebaud2008-10-18
* fix some documentation issuesGravatar Gael Guennebaud2008-10-17
* Started the third chapter of the tutorial on linear solvers.Gravatar Gael Guennebaud2008-10-16
* add my copyright in MatrixBase.hGravatar Gael Guennebaud2008-10-13
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* Solve the issue found by Timothy in solveTriangular:Gravatar Gael Guennebaud2008-10-13
* fix typosGravatar Scott Wheeler2008-10-12
* note that norm2() is *not* an l2 norm as it is in other APIsGravatar Scott Wheeler2008-10-11
* SVN_SILENT pendanticGravatar Urs Wolfer2008-10-11
* Clear up the docs some. I'd also suggest making Dynamic the default template...Gravatar Scott Wheeler2008-10-11
* very little fixes: cast literals to Scalar, rephrase some doc, add some const...Gravatar Benoit Jacob2008-10-06
* Sparse module: refactoring of the cholesky factorization,Gravatar Gael Guennebaud2008-10-05
* Sparse module: enable support for incomplete cholesky factorization in CHOLMO...Gravatar Gael Guennebaud2008-10-05
* Sparse module: removed some extra copies using markAsRValue()Gravatar Gael Guennebaud2008-10-05
* Sparse module: add experimental support for TAUCS and CHOLMOD with:Gravatar Gael Guennebaud2008-10-05
* extend sparse unit tests with transpose and matrix productGravatar Gael Guennebaud2008-10-04
* Cleaned a bit the sparse cholesky codeGravatar Gael Guennebaud2008-10-04
* Sparse module:Gravatar Gael Guennebaud2008-10-04
* add EigenSolver::eigenvectors() method for non symmetric matrices.Gravatar Gael Guennebaud2008-10-03
* Fixes in Eigensolver:Gravatar Gael Guennebaud2008-10-01
* block(int,int)->segmentGravatar Benoit Jacob2008-09-24
* remove apidox_preprocessing script which is not used anymoreGravatar Gael Guennebaud2008-09-16
* resurrected root/Mainpage.dox, the directives are needed by kde's scriptsGravatar Gael Guennebaud2008-09-16
* block => segment in the tutorialGravatar Gael Guennebaud2008-09-15
* small dox fixesGravatar Benoit Jacob2008-09-15
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* add normalization functions to Quaternion and fix compilationGravatar Gael Guennebaud2008-09-14
* * fix issues with "long double" type (useful to enforce the use of x87 regist...Gravatar Gael Guennebaud2008-09-14
* move CommaInitializer out of MatrixBase and documment it (because of .finishe...Gravatar Gael Guennebaud2008-09-13
* fix doc compilationGravatar Gael Guennebaud2008-09-13
* * Quaternion: added dot product and angularDistance functions. The latter isGravatar Gael Guennebaud2008-09-11
* opengl demo, now working:Gravatar Gael Guennebaud2008-09-09
* various stuff in opengl demos such as a better model,Gravatar Gael Guennebaud2008-09-09
* fix a numerical instability in Quaternion::slerpGravatar Gael Guennebaud2008-09-09
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* 2 typosGravatar Gael Guennebaud2008-09-08
* started a small OpenGL demo making use of Eigen's geometry featuresGravatar Gael Guennebaud2008-09-07
* fix stupid numerical stability issue in SVD::solve (though it is not yet as s...Gravatar Gael Guennebaud2008-09-04