aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product.cpp
Commit message (Expand)AuthorAge
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* restored the product testGravatar Gael Guennebaud2008-05-22
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* updated product test to carefully test all scalar typesGravatar Gael Guennebaud2008-05-12
* added a tough test to check the determinant that currently failsGravatar Gael Guennebaud2008-04-25
* - cleaner use of OpenMP (no code duplication anymore)Gravatar Benoit Jacob2008-04-11
* * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBitGravatar Gael Guennebaud2008-04-05
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;Gravatar Gael Guennebaud2008-03-08
* * Fix a compilation issue with large fixed-size matrices: the unrollers were...Gravatar Gael Guennebaud2008-03-05
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* prefix global functions with ei_ as previous solution was ratherGravatar Benoit Jacob2008-02-28
* rework Identity API: no longer restricted to square matricesGravatar Benoit Jacob2008-01-11
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* - eigen2 now fully enforces constness! found a way to achieve thatGravatar Benoit Jacob2007-12-25