Stxxl
1.4.0
|
#include <matrix_arithmetic.h>
Public Member Functions | |
matrix_operation_statistic_dataset () | |
matrix_operation_statistic_dataset | operator+ (const matrix_operation_statistic_dataset &stat) |
matrix_operation_statistic_dataset | operator- (const matrix_operation_statistic_dataset &stat) |
Public Attributes | |
int_type | block_multiplication_calls |
int_type | block_multiplications_saved_through_zero |
int_type | block_addition_calls |
int_type | block_additions_saved_through_zero |
Definition at line 37 of file matrix_arithmetic.h.
Definition at line 44 of file matrix_arithmetic.h.
matrix_operation_statistic_dataset stxxl::matrix_operation_statistic_dataset::operator+ | ( | const matrix_operation_statistic_dataset & | stat | ) | [inline] |
Definition at line 50 of file matrix_arithmetic.h.
References block_addition_calls, block_additions_saved_through_zero, block_multiplication_calls, and block_multiplications_saved_through_zero.
matrix_operation_statistic_dataset stxxl::matrix_operation_statistic_dataset::operator- | ( | const matrix_operation_statistic_dataset & | stat | ) | [inline] |
Definition at line 60 of file matrix_arithmetic.h.
References block_addition_calls, block_additions_saved_through_zero, block_multiplication_calls, and block_multiplications_saved_through_zero.
Definition at line 39 of file matrix_arithmetic.h.
Referenced by main(), operator+(), operator-(), and stxxl::operator<<().
Definition at line 39 of file matrix_arithmetic.h.
Referenced by main(), operator+(), operator-(), and stxxl::operator<<().
Definition at line 39 of file matrix_arithmetic.h.
Referenced by main(), operator+(), operator-(), and stxxl::operator<<().
Definition at line 39 of file matrix_arithmetic.h.
Referenced by main(), operator+(), operator-(), and stxxl::operator<<().