aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ForwardDeclarations.h
Commit message (Expand)AuthorAge
* big addons:Gravatar Gael Guennebaud2009-03-05
* add ReturnByValue pseudo expression for in-place evaluation with aGravatar Gael Guennebaud2009-03-04
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* Add sub/super-diagonal expression (read/write) as a trivial extension ofGravatar Gael Guennebaud2009-02-05
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* Add support for sparse * dense and dense * sparse matrix/vector productsGravatar Gael Guennebaud2009-01-14
* remove the Matrix_ prefixGravatar Benoit Jacob2009-01-06
* * the 4th template param of Matrix is now Options. One bit for storageGravatar Benoit Jacob2009-01-04
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* Big API change in Cholesky module:Gravatar Gael Guennebaud2008-10-13
* move CommaInitializer out of MatrixBase and documment it (because of .finishe...Gravatar Gael Guennebaud2008-09-13
* 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
* The discussed changes to Hyperplane, the ParametrizedLine class, and theGravatar Benoit Jacob2008-08-31
* Split Rotation.h to Rotation2D.h and RotationBase.h,Gravatar Gael Guennebaud2008-08-30
* Add Scaling and Translation class as discussed on ML, still missing:Gravatar Gael Guennebaud2008-08-30
* doc + quick bug fix in Matrix ctorGravatar Gael Guennebaud2008-08-28
* * add documentation of the cool (?) "print with format" featureGravatar Gael Guennebaud2008-08-23
* * remove LargeBit and related stuffGravatar 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
* Renamed allowAligned() => forceAligned() and added the constants ForceAlignedGravatar Gael Guennebaud2008-08-09
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* New implementation of Swap as discussed, reusing Assign. Makes LU runGravatar Benoit Jacob2008-08-05
* * LU decomposition, supporting all rectangular matrices, with fullGravatar Benoit Jacob2008-08-04
* removed the packet specializations of some functorsGravatar Gael Guennebaud2008-07-31
* 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
* * Optimization: added a specialization of Block for xpr with DirectAccessBitGravatar Gael Guennebaud2008-07-12
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* work on rotations in the Geometry module:Gravatar Gael Guennebaud2008-06-21
* * added a pseudo expression Array giving access to:Gravatar Gael Guennebaud2008-06-20
* * refactoring of Product:Gravatar Gael Guennebaud2008-06-19
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* * Big rework of Assign.h:Gravatar Benoit Jacob2008-06-16
* Added an extensible mechanism to support any kind of rotationGravatar Gael Guennebaud2008-06-15
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* * make the _Flags template parameter of Matrix default to the correctedGravatar Benoit Jacob2008-06-13
* add a geometry unit test and fix a couple of typo in Quaternion.hGravatar Gael Guennebaud2008-06-03
* * added a Tridiagonalization class for selfadjoint matricesGravatar Gael Guennebaud2008-06-01
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31
* added optimized matrix times diagonal matrix product via Diagonal flag shortcut.Gravatar Gael Guennebaud2008-05-31
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31
* Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.Gravatar Gael Guennebaud2008-05-29
* hehe, the complicated nesting scheme in Flagged in the previous commitGravatar Benoit Jacob2008-05-28
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27