aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_mmtr.cpp
Commit message (Collapse)AuthorAge
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
|
* generalize our internal rank K update routine to support more general A*B ↵Gravatar Gael Guennebaud2010-11-10
product while evaluating only one triangular part and make it available via, e.g.: R.triangularView<Lower>() += s * A * B;