| Commit message (Expand) | Author | Age |
* | hide internal stuff from doxygen by using #ifndef EIGEN_PARSED_BY_DOXYGEN. | Benoit Jacob | 2008-12-07 |
* | Add a generic matrix to Euler-angles function. | Gael Guennebaud | 2008-12-05 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | * add .imag() function | Gael Guennebaud | 2008-11-14 |
* | add lpNorm<p>() method to MatrixBase, implemented in Array module, with | 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 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 |
* | * block() for vectors ---> segment() | Benoit Jacob | 2008-09-15 |
* | move CommaInitializer out of MatrixBase and documment it (because of .finishe... | Gael Guennebaud | 2008-09-13 |
* | add the missing templated version of block for sub-vectors | Gael Guennebaud | 2008-09-09 |
* | fix stupid numerical stability issue in SVD::solve (though it is not yet as s... | Gael Guennebaud | 2008-09-04 |
* | Add a Select expression in the Array module which mimics a coeff-wise ?: oper... | Gael Guennebaud | 2008-09-03 |
* | Extended sparse unit-test: nested blocks and InnerIterators. | Daniel Gomez Ferro | 2008-09-02 |
* | Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto... | Benoit Jacob | 2008-08-24 |
* | * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ... | Gael Guennebaud | 2008-08-24 |
* | * add documentation of the cool (?) "print with format" feature | Gael Guennebaud | 2008-08-23 |
* | * Add the possibility to customize the output of matrices, e.g.: | Gael Guennebaud | 2008-08-21 |
* | Added a SVD module: | Gael Guennebaud | 2008-08-19 |
* | Various compilation fixes for MSVC 9. All tests compile but some | Gael Guennebaud | 2008-08-19 |
* | * doc improvements in Cwise and PartialRedux: | Benoit Jacob | 2008-08-19 |
* | * revert the previous interface change in solveTriangular (pointer vs reference) | Gael Guennebaud | 2008-08-18 |
* | *add operator()(int) for vectors, synonymous to operator[](int). | Benoit Jacob | 2008-08-18 |
* | change solveTriangularInPlace() to take a pointer as input (as discussed on I... | Gael Guennebaud | 2008-08-12 |
* | last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to | Benoit Jacob | 2008-08-12 |
* | * add Regression module, from eigen1, improved, with doc and unit-test. | Benoit Jacob | 2008-08-11 |
* | renamed inverseProduct => solveTriangular | Gael Guennebaud | 2008-08-09 |
* | * Big change in Block and Map: | Gael Guennebaud | 2008-08-09 |
* | LU: remove partial-pivoting path (moderately useful since it's does | Benoit Jacob | 2008-08-07 |
* | introduce copyCoeff and copyPacket methods in MatrixBase, used by | Benoit Jacob | 2008-08-05 |
* | Add partial pivoting runtime option to LU. | Benoit Jacob | 2008-08-05 |
* | * LU decomposition, supporting all rectangular matrices, with full | Benoit Jacob | 2008-08-04 |
* | Several compilation fixes for MSVC and NVCC, basically: | Gael Guennebaud | 2008-07-29 |
* | Fix a couple issues introduced in the previous commit: | Gael Guennebaud | 2008-07-26 |
* | Add .perpendicular() function in Geometry module (adapted from Eigen1) | Gael Guennebaud | 2008-07-22 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | Add cholesky's members to MatrixBase | Gael Guennebaud | 2008-07-19 |
* | Added MatrixBase::Unit*() static function to easily create unit/basis vectors. | Gael Guennebaud | 2008-07-19 |
* | Complete rewrite of partial reduction according to mailing list discussions. | Gael Guennebaud | 2008-07-19 |
* | * big rework of Inverse.h: | Benoit Jacob | 2008-07-15 |
* | * added optimized paths for matrix-vector and vector-matrix products | Gael Guennebaud | 2008-07-09 |
* | * added a lazyAssign overload skipping .lazy() such that c = (<xpr>).lazy() s... | Gael Guennebaud | 2008-07-09 |
* | - many updates after Cwise change | Benoit Jacob | 2008-07-08 |
* | the big Array/Cwise rework as discussed on the mailing list. The new API | Benoit Jacob | 2008-07-08 |
* | * added an in-place version of inverseProduct which | Gael Guennebaud | 2008-06-29 |
* | * added innerSize / outerSize functions to MatrixBase | Gael Guennebaud | 2008-06-28 |
* | change derived classes methods from "private:_method()" | Benoit Jacob | 2008-06-26 |