aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* add Eigen namespace in front of Transpose (I needed that to add a Transpose f...Gravatar Gael Guennebaud2008-10-30
* add transposeInPlace (not optimized yet for rectangular matrix)Gravatar Gael Guennebaud2008-10-29
* add the possibility to extend Matrix outside Eigen, just like MatrixBaseGravatar Gael Guennebaud2008-10-28
* add Eigen namespace in EIGEN_STATIC_ASSERTGravatar Gael Guennebaud2008-10-27
* add Eigen namespace in EIGEN_INHERIT_ASSIGNMENT_OPERATORGravatar Gael Guennebaud2008-10-27
* fix compilation with gcc 4.3Gravatar Gael Guennebaud2008-10-26
* Add an axis aligned box in the geometry module.Gravatar Gael Guennebaud2008-10-26
* Add isApprox in Geometry module's classes.Gravatar Gael Guennebaud2008-10-25
* oops forgot the inline keyword (though for gcc it was implicit)Gravatar Gael Guennebaud2008-10-25
* Add smart cast functions and ctor with scalar conversion (explicit)Gravatar Gael Guennebaud2008-10-25
* improve assertion checking in productGravatar Gael Guennebaud2008-10-25
* bugfix in Quaternion found by Daniel StonierGravatar Gael Guennebaud2008-10-25
* some cleaning and doc in ParametrizedLine and HyperPlaneGravatar Gael Guennebaud2008-10-25
* As discussed on ML:Gravatar Gael Guennebaud2008-10-24
* compilation fix for ICCGravatar Gael Guennebaud2008-10-21
* 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