STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::matrix_local::matrix_operations< ValueType, BlockSideLength >::addition Struct Reference

Detailed Description

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

Definition at line 1034 of file matrix_arithmetic.h.

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)
 

Member Function Documentation

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

Definition at line 1046 of file matrix_arithmetic.h.

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

Definition at line 1047 of file matrix_arithmetic.h.

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

Definition at line 1048 of file matrix_arithmetic.h.


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