Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
stxxl::matrix_operations< ValueType, BlockSideLength >::subtraction 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 >::subtraction

Definition at line 1032 of file matrix_arithmetic.h.


Member Function Documentation

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

Definition at line 1034 of file matrix_arithmetic.h.

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

Definition at line 1035 of file matrix_arithmetic.h.

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

Definition at line 1036 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