aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* tutorial: extend casting section with setGravatar Gael Guennebaud2008-11-20
* tutorial: add the cast functionGravatar Gael Guennebaud2008-11-20
* tutorial: add array module warnings when neededGravatar Gael Guennebaud2008-11-17
* * 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
* unit-tests: link to external libs only for the tests which require themGravatar Gael Guennebaud2008-10-26
* 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
* 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