|
|
| tensor_stats (const tensor_stats &other) |
| |
|
tensor_stats | operator+ (const tensor_stats &other) const |
| |
|
void | operator+= (const tensor_stats &other) |
| |
|
std::string | get_description () |
| |
|
std::string | get_short_description () |
| |
|
int | get_ranks () |
| |
|
int | get_n_iterations () |
| |
|
double | get_error () |
| |
|
int | get_nnz () |
| |
|
double | get_dec_time () |
| |
|
double | get_rec_time () |
| |
|
void | set_description (const std::string &desc) |
| |
|
void | set_short_description (const std::string &short_desc) |
| |
|
void | set_ranks (const int r) |
| |
|
void | set_n_iterations (const int n_it) |
| |
|
void | set_error (const double err) |
| |
|
void | set_nnz (const int nnz_) |
| |
|
void | set_dec_time (const double dec) |
| |
|
void | set_rec_time (const double rec) |
| |
|
|
static std::string | get_content () |
| |
|
|
std::ostream & | operator<< (std::ostream &os, const tensor_stats &stats) |
| |
Definition at line 45 of file tensor_stats.hpp.
The documentation for this class was generated from the following file: