![]() |
batmat
0.0.13
Batched linear algebra routines
|
#include <batmat/config.hpp>#include <batmat/export.h>#include <guanaqo/timed.hpp>#include <chrono>Go to the source code of this file.
Classes | |
| struct | batmat::DefaultTimings |
| Measures the number of invocations of a specific piece of code and its run time. More... | |
| struct | guanaqo::Timed< batmat::DefaultTimings > |
| RAII class for measuring wall time. More... | |
Namespaces | |
| namespace | batmat |
| namespace | guanaqo |
Functions | |
| std::ostream & | batmat::operator<< (std::ostream &, DefaultTimings) |
| decltype(auto) | batmat::timed (T &time, F &&func, Args &&...args) |