| Commit message (Expand) | Author | Age |
* | doc: add a "non stable" warning for parts which are not part | Gael Guennebaud | 2008-11-22 |
* | * add Gael a (c) line in IO.h | Benoit Jacob | 2008-11-17 |
* | * add .imag() function | Gael Guennebaud | 2008-11-14 |
* | Several improvements in sparse module: | Gael Guennebaud | 2008-11-05 |
* | Remove executable here too | Laurent Montel | 2008-11-04 |
* | Remove executable attribute | Laurent Montel | 2008-11-04 |
* | refinements in Matrix doc | Benoit Jacob | 2008-11-03 |
* | Matrix documentation rework | Benoit Jacob | 2008-11-03 |
* | add lpNorm<p>() method to MatrixBase, implemented in Array module, with | Benoit Jacob | 2008-11-03 |
* | Add Matrix::Map() and Matrix::AlignedMap() static methods | Benoit Jacob | 2008-11-03 |
* | norm2() renamed to squaredNorm(), kept as deprecated for now. | Benoit Jacob | 2008-11-03 |
* | add Eigen namespace in front of Transpose (I needed that to add a Transpose f... | Gael Guennebaud | 2008-10-30 |
* | add transposeInPlace (not optimized yet for rectangular matrix) | Gael Guennebaud | 2008-10-29 |
* | add the possibility to extend Matrix outside Eigen, just like MatrixBase | Gael Guennebaud | 2008-10-28 |
* | add Eigen namespace in EIGEN_STATIC_ASSERT | Gael Guennebaud | 2008-10-27 |
* | add Eigen namespace in EIGEN_INHERIT_ASSIGNMENT_OPERATOR | Gael Guennebaud | 2008-10-27 |
* | fix compilation with gcc 4.3 | Gael Guennebaud | 2008-10-26 |
* | Add an axis aligned box in the geometry module. | Gael Guennebaud | 2008-10-26 |
* | Add isApprox in Geometry module's classes. | Gael Guennebaud | 2008-10-25 |
* | oops forgot the inline keyword (though for gcc it was implicit) | Gael Guennebaud | 2008-10-25 |
* | Add smart cast functions and ctor with scalar conversion (explicit) | Gael Guennebaud | 2008-10-25 |
* | improve assertion checking in product | Gael Guennebaud | 2008-10-25 |
* | bugfix in Quaternion found by Daniel Stonier | Gael Guennebaud | 2008-10-25 |
* | some cleaning and doc in ParametrizedLine and HyperPlane | Gael Guennebaud | 2008-10-25 |
* | As discussed on ML: | Gael Guennebaud | 2008-10-24 |
* | compilation fix for ICC | Gael Guennebaud | 2008-10-21 |
* | sparse module: | Gael Guennebaud | 2008-10-21 |
* | add the bench file for the RandomSetter | Gael Guennebaud | 2008-10-21 |
* | sparse module: add a RandomSetter based on a user defined map implementation | Gael Guennebaud | 2008-10-20 |
* | * sparse LU: add extraction of L,U,P, and Q, as well as determinant | Gael Guennebaud | 2008-10-20 |
* | add unit tests for sparse LU and fix a couple of warnings | Gael Guennebaud | 2008-10-20 |
* | * add cmake files to find (optional) supported libraries | Gael Guennebaud | 2008-10-20 |
* | UmfPack support: add support for complex<double> | Gael Guennebaud | 2008-10-20 |
* | sparse module: add support for umfpack, the sparse direct LU | Gael Guennebaud | 2008-10-19 |
* | sparse module: some trivial bugfixes | Gael Guennebaud | 2008-10-19 |
* | sparse module: add preliminary support for direct sparse LU solver | Gael Guennebaud | 2008-10-19 |
* | sparse module: added some documentation for the LLT solver | Gael Guennebaud | 2008-10-18 |
* | sparse module: much much faster transposition code | Gael Guennebaud | 2008-10-18 |
* | fix some documentation issues | Gael Guennebaud | 2008-10-17 |
* | add my copyright in MatrixBase.h | Gael Guennebaud | 2008-10-13 |
* | Big API change in Cholesky module: | Gael Guennebaud | 2008-10-13 |
* | Solve the issue found by Timothy in solveTriangular: | Gael Guennebaud | 2008-10-13 |
* | fix typos | Scott Wheeler | 2008-10-12 |
* | note that norm2() is *not* an l2 norm as it is in other APIs | Scott Wheeler | 2008-10-11 |
* | SVN_SILENT pendantic | Urs Wolfer | 2008-10-11 |
* | Clear up the docs some. I'd also suggest making Dynamic the default template... | Scott Wheeler | 2008-10-11 |
* | very little fixes: cast literals to Scalar, rephrase some doc, add some const... | Benoit Jacob | 2008-10-06 |
* | Sparse module: refactoring of the cholesky factorization, | Gael Guennebaud | 2008-10-05 |
* | Sparse module: enable support for incomplete cholesky factorization in CHOLMO... | Gael Guennebaud | 2008-10-05 |
* | Sparse module: removed some extra copies using markAsRValue() | Gael Guennebaud | 2008-10-05 |