|
STXXL
1.4-dev
|
Definition at line 40 of file matrix_arithmetic.h.
Inheritance diagram for stxxl::matrix_operation_statistic_dataset:
Collaboration diagram for stxxl::matrix_operation_statistic_dataset: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_addition_calls |
| int_type | block_additions_saved_through_zero |
| int_type | block_multiplication_calls |
| int_type | block_multiplications_saved_through_zero |
|
inline |
Definition at line 47 of file matrix_arithmetic.h.
|
inline |
Definition at line 53 of file matrix_arithmetic.h.
References block_addition_calls, block_additions_saved_through_zero, block_multiplication_calls, and block_multiplications_saved_through_zero.
|
inline |
Definition at line 63 of file matrix_arithmetic.h.
References block_addition_calls, block_additions_saved_through_zero, block_multiplication_calls, and block_multiplications_saved_through_zero.
| int_type stxxl::matrix_operation_statistic_dataset::block_addition_calls |
Definition at line 42 of file matrix_arithmetic.h.
Referenced by operator+(), operator-(), and stxxl::operator<<().
| int_type stxxl::matrix_operation_statistic_dataset::block_additions_saved_through_zero |
Definition at line 42 of file matrix_arithmetic.h.
Referenced by operator+(), operator-(), and stxxl::operator<<().
| int_type stxxl::matrix_operation_statistic_dataset::block_multiplication_calls |
Definition at line 42 of file matrix_arithmetic.h.
Referenced by operator+(), operator-(), and stxxl::operator<<().
| int_type stxxl::matrix_operation_statistic_dataset::block_multiplications_saved_through_zero |
Definition at line 42 of file matrix_arithmetic.h.
Referenced by operator+(), operator-(), and stxxl::operator<<().