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

Detailed Description

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

Definition at line 1051 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 >::subtraction::operator() ( ValueType &  c,
const ValueType &  a,
const ValueType &  b 
)
inline

Definition at line 1053 of file matrix_arithmetic.h.

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

Definition at line 1054 of file matrix_arithmetic.h.

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

Definition at line 1055 of file matrix_arithmetic.h.


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