Stxxl
1.4.0
|
#include <matrix_arithmetic.h>
Public Member Functions | |
matrix_operation_statistic_data (const matrix_operation_statistic &stat=*matrix_operation_statistic::get_instance()) | |
matrix_operation_statistic_data (const matrix_operation_statistic_dataset &stat) | |
matrix_operation_statistic_data & | operator= (const matrix_operation_statistic &stat) |
void | set () |
matrix_operation_statistic_data | operator+ (const matrix_operation_statistic_data &stat) |
matrix_operation_statistic_data | operator- (const matrix_operation_statistic_data &stat) |
Definition at line 75 of file matrix_arithmetic.h.
stxxl::matrix_operation_statistic_data::matrix_operation_statistic_data | ( | const matrix_operation_statistic & | stat = * matrix_operation_statistic::get_instance() | ) | [inline] |
Definition at line 77 of file matrix_arithmetic.h.
stxxl::matrix_operation_statistic_data::matrix_operation_statistic_data | ( | const matrix_operation_statistic_dataset & | stat | ) | [inline] |
Definition at line 80 of file matrix_arithmetic.h.
matrix_operation_statistic_data stxxl::matrix_operation_statistic_data::operator+ | ( | const matrix_operation_statistic_data & | stat | ) | [inline] |
Definition at line 91 of file matrix_arithmetic.h.
matrix_operation_statistic_data stxxl::matrix_operation_statistic_data::operator- | ( | const matrix_operation_statistic_data & | stat | ) | [inline] |
Definition at line 94 of file matrix_arithmetic.h.
matrix_operation_statistic_data& stxxl::matrix_operation_statistic_data::operator= | ( | const matrix_operation_statistic & | stat | ) | [inline] |
Definition at line 83 of file matrix_arithmetic.h.
void stxxl::matrix_operation_statistic_data::set | ( | ) | [inline] |
Definition at line 88 of file matrix_arithmetic.h.
Referenced by main().