aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
Commit message (Expand)AuthorAge
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * more MSVC warning fixes from Kenneth RiddileGravatar Benoit Jacob2008-12-19
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* hide internal stuff from doxygen by using #ifndef EIGEN_PARSED_BY_DOXYGEN.Gravatar Benoit Jacob2008-12-07
* Add a generic matrix to Euler-angles function.Gravatar Gael Guennebaud2008-12-05
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* add lpNorm<p>() method to MatrixBase, implemented in Array module, withGravatar 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 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
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* move CommaInitializer out of MatrixBase and documment it (because of .finishe...Gravatar Gael Guennebaud2008-09-13
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* fix stupid numerical stability issue in SVD::solve (though it is not yet as s...Gravatar Gael Guennebaud2008-09-04
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* Extended sparse unit-test: nested blocks and InnerIterators.Gravatar Daniel Gomez Ferro2008-09-02
* Rename someOrthogonal to unitOrthogonal. Fix a bug in it, with dyn-size vecto...Gravatar Benoit Jacob2008-08-24
* * split Meta.h to Meta.h (generic meta programming) and XprHelper.h (relates ...Gravatar Gael Guennebaud2008-08-24
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* Added a SVD module:Gravatar Gael Guennebaud2008-08-19
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19
* * revert the previous interface change in solveTriangular (pointer vs reference)Gravatar Gael Guennebaud2008-08-18
* *add operator()(int) for vectors, synonymous to operator[](int).Gravatar Benoit Jacob2008-08-18
* change solveTriangularInPlace() to take a pointer as input (as discussed on I...Gravatar Gael Guennebaud2008-08-12
* last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps toGravatar Benoit Jacob2008-08-12
* * add Regression module, from eigen1, improved, with doc and unit-test.Gravatar Benoit Jacob2008-08-11
* renamed inverseProduct => solveTriangularGravatar Gael Guennebaud2008-08-09
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* LU: remove partial-pivoting path (moderately useful since it's doesGravatar Benoit Jacob2008-08-07
* introduce copyCoeff and copyPacket methods in MatrixBase, used byGravatar Benoit Jacob2008-08-05
* Add partial pivoting runtime option to LU.Gravatar Benoit Jacob2008-08-05
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* Fix a couple issues introduced in the previous commit:Gravatar Gael Guennebaud2008-07-26
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* Add cholesky's members to MatrixBaseGravatar Gael Guennebaud2008-07-19
* Added MatrixBase::Unit*() static function to easily create unit/basis vectors.Gravatar Gael Guennebaud2008-07-19
* Complete rewrite of partial reduction according to mailing list discussions.Gravatar Gael Guennebaud2008-07-19
* * big rework of Inverse.h:Gravatar Benoit Jacob2008-07-15
* * added optimized paths for matrix-vector and vector-matrix productsGravatar Gael Guennebaud2008-07-09
* * added a lazyAssign overload skipping .lazy() such that c = (<xpr>).lazy() s...Gravatar Gael Guennebaud2008-07-09
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08