aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/basicbenchmark.h
Commit message (Collapse)AuthorAge
* Compilation of basicbenchmark fixedGravatar Jakub Lichman2021-04-21
|
* typos in bench/Gravatar Gael Guennebaud2008-08-29
|
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
|
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
| | | | | | Finally the importing macro is named EIGEN_BASIC_PUBLIC_INTERFACE because it does not only import the ei_traits, it also makes the base class a friend, etc.
* * basic support for multicore CPU via a .evalOMP() whichGravatar Gael Guennebaud2008-03-09
internaly uses OpenMP if enabled at compile time. * added a bench/ folder with a couple benchmarks and benchmark tools.