STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::matrix_operation_statistic_dataset Struct Reference

Detailed Description

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
 

Constructor & Destructor Documentation

stxxl::matrix_operation_statistic_dataset::matrix_operation_statistic_dataset ( )
inline

Definition at line 47 of file matrix_arithmetic.h.

Member Function Documentation

Member Data Documentation

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<<().


The documentation for this struct was generated from the following file: