Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
stxxl::matrix_operations< ValueType, BlockSideLength >::addition Struct Reference

#include <matrix_arithmetic.h>

List of all members.

Public Member Functions

ValueType & operator() (ValueType &c, const ValueType &a, const ValueType &b)
ValueType & operator() (ValueType &c, const ValueType &a)
ValueType operator() (const ValueType &a)

Detailed Description

template<typename ValueType, unsigned BlockSideLength>
struct stxxl::matrix_operations< ValueType, BlockSideLength >::addition

Definition at line 1015 of file matrix_arithmetic.h.


Member Function Documentation

template<typename ValueType , unsigned BlockSideLength>
ValueType& stxxl::matrix_operations< ValueType, BlockSideLength >::addition::operator() ( ValueType &  c,
const ValueType &  a,
const ValueType &  b 
) [inline]

Definition at line 1027 of file matrix_arithmetic.h.

template<typename ValueType , unsigned BlockSideLength>
ValueType& stxxl::matrix_operations< ValueType, BlockSideLength >::addition::operator() ( ValueType &  c,
const ValueType &  a 
) [inline]

Definition at line 1028 of file matrix_arithmetic.h.

template<typename ValueType , unsigned BlockSideLength>
ValueType stxxl::matrix_operations< ValueType, BlockSideLength >::addition::operator() ( const ValueType &  a) [inline]

Definition at line 1029 of file matrix_arithmetic.h.


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