aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ForwardDeclarations.h
Commit message (Expand)AuthorAge
...
| * attempt to fix #101Gravatar Benoit Jacob2010-03-11
* | implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
|/
* Fixes a compilation issue for MSVC.Gravatar Hauke Heibel2010-03-01
* Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
* mergeGravatar Benoit Jacob2010-02-25
|\
| * Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* | miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
|/
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* make noalias works for coefficient based productsGravatar Gael Guennebaud2010-02-05
* Introduce third template parameter to HouseholderSequence: int Side.Gravatar Benoit Jacob2010-01-14
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* * remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBaseGravatar Gael Guennebaud2009-11-20
* Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
* Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* Big refactoring/cleaning in the spasre module withGravatar Gael Guennebaud2009-11-18
* more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* * add PermutationMatrixGravatar Benoit Jacob2009-11-15
* mv the Skyline module to unsupported/Gravatar Gael Guennebaud2009-11-10
* Added basic SkylineMatrix.Gravatar kayhman2009-11-04
* last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
* simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
* introduce ei_xxx_return_value and ei_xxx_impl for xxx in solve,kernel,implGravatar Benoit Jacob2009-11-03
* sync with mainlineGravatar Benoit Jacob2009-10-28
|\
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * Quaternion could now map an array of 4 scalars :Gravatar Mathieu Gautier2009-10-27
* | * make inverse() do a ReturnByValueGravatar Benoit Jacob2009-10-26
|/
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* * add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...Gravatar Gael Guennebaud2009-09-16
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* add a JacobiRotation class wrapping the cosine-sine pair withGravatar Gael Guennebaud2009-09-01
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* add ColPivotingHouseholderQRGravatar Benoit Jacob2009-08-23
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05
* implement a ProductBase class and, as a proof of concept, update TriangularPr...Gravatar Gael Guennebaud2009-08-04
* * Bye bye MultiplierBase, extend a bit AnyMatrixBase to allow =, +=, and -=Gravatar Gael Guennebaud2009-08-03
* change the implementation of BandMatrix to follow the BLAS/LAPACK storage schemeGravatar Gael Guennebaud2009-07-15
* started an implementation of BandMatrix: at least the read/write accessGravatar Gael Guennebaud2009-07-14
* synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* | * bybye Part, welcome TriangularView and SelfAdjointView.Gravatar Gael Guennebaud2009-07-06
| * * rename QR to HouseholderQR because really that impacts the API, not just th...Gravatar Benoit Jacob2009-07-06
| * add a VectorBlock expr as a specialization of BlockGravatar Gael Guennebaud2009-07-05
* | fully vectorize DiagonalProductGravatar Benoit Jacob2009-06-29
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* mergeGravatar Benoit Jacob2009-05-22
|\