Stxxl
1.4.0
|
#include <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) |
Definition at line 1032 of file matrix_arithmetic.h.
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.
ValueType& stxxl::matrix_operations< ValueType, BlockSideLength >::subtraction::operator() | ( | ValueType & | c, |
const ValueType & | a | ||
) | [inline] |
Definition at line 1035 of file matrix_arithmetic.h.
ValueType stxxl::matrix_operations< ValueType, BlockSideLength >::subtraction::operator() | ( | const ValueType & | a | ) | [inline] |
Definition at line 1036 of file matrix_arithmetic.h.