aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* * add Gael a (c) line in IO.hGravatar Benoit Jacob2008-11-17
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* Remove executable here tooGravatar Laurent Montel2008-11-04
* Remove executable attributeGravatar Laurent Montel2008-11-04
* refinements in Matrix docGravatar Benoit Jacob2008-11-03
* Matrix documentation reworkGravatar Benoit Jacob2008-11-03
* add lpNorm<p>() method to MatrixBase, implemented in Array module, withGravatar Benoit Jacob2008-11-03
* Add Matrix::Map() and Matrix::AlignedMap() static methodsGravatar Benoit Jacob2008-11-03
* 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