Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::matrix_operation_statistic_dataset Struct Reference

#include <matrix_arithmetic.h>

Inheritance diagram for stxxl::matrix_operation_statistic_dataset:
Inheritance graph
[legend]
Collaboration diagram for stxxl::matrix_operation_statistic_dataset:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 37 of file matrix_arithmetic.h.


Constructor & Destructor Documentation

Definition at line 44 of file matrix_arithmetic.h.


Member Function Documentation

matrix_operation_statistic_dataset stxxl::matrix_operation_statistic_dataset::operator+ ( const matrix_operation_statistic_dataset stat) [inline]
matrix_operation_statistic_dataset stxxl::matrix_operation_statistic_dataset::operator- ( const matrix_operation_statistic_dataset stat) [inline]

Member Data Documentation

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines