aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* sparse module:Gravatar Gael Guennebaud2008-10-21
* 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
* * 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
* 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
* 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
* 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
* 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
* * Quaternion: added dot product and angularDistance functions. The latter isGravatar Gael Guennebaud2008-09-11
* 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
* fix stupid numerical stability issue in SVD::solve (though it is not yet as s...Gravatar Gael Guennebaud2008-09-04
* fix warningGravatar Benoit Jacob2008-09-04
* * Extend a bit ParametrizedLine and move it to a separate file,Gravatar Gael Guennebaud2008-09-03
* Fix bugs reported by Timothy Hunter:Gravatar Gael Guennebaud2008-09-03
* Add coeff-wise comparisons to scalar operators. You can now write:Gravatar Gael Guennebaud2008-09-03
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* trivial compilation fix in SVDGravatar Gael Guennebaud2008-09-03
* Bugfix regarding alignent in Assign.h (updated map unit test to detect this bug)Gravatar Gael Guennebaud2008-09-03
* compilation fixes with MSVCGravatar Gael Guennebaud2008-09-03
* Solve a big issue with data alignment and dynamic allocation:Gravatar Gael Guennebaud2008-09-03
* resurrected sparse triangular solverGravatar Gael Guennebaud2008-09-02