Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | typos in bench/ | Gael Guennebaud | 2008-08-29 |
| | |||
* | Make use of the LazyBit, introduce .lazy(), remove lazyProduct. | Benoit Jacob | 2008-03-31 |
| | |||
* | generalized ei_traits<>. | Benoit Jacob | 2008-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() which | Gael Guennebaud | 2008-03-09 |
internaly uses OpenMP if enabled at compile time. * added a bench/ folder with a couple benchmarks and benchmark tools. |