Stxxl
1.4.0
|
#include <matrix_arithmetic.h>
Public Member Functions | |
scalar_multiplication (const ValueType scalar=1) | |
ValueType & | operator() (ValueType &c, const ValueType &a) |
ValueType | operator() (const ValueType &a) |
operator const ValueType & () | |
Public Attributes | |
const ValueType | s |
Definition at line 1039 of file matrix_arithmetic.h.
stxxl::matrix_operations< ValueType, BlockSideLength >::scalar_multiplication::scalar_multiplication | ( | const ValueType | scalar = 1 | ) | [inline] |
Definition at line 1041 of file matrix_arithmetic.h.
stxxl::matrix_operations< ValueType, BlockSideLength >::scalar_multiplication::operator const ValueType & | ( | ) | [inline] |
Definition at line 1044 of file matrix_arithmetic.h.
ValueType& stxxl::matrix_operations< ValueType, BlockSideLength >::scalar_multiplication::operator() | ( | ValueType & | c, |
const ValueType & | a | ||
) | [inline] |
Definition at line 1042 of file matrix_arithmetic.h.
ValueType stxxl::matrix_operations< ValueType, BlockSideLength >::scalar_multiplication::operator() | ( | const ValueType & | a | ) | [inline] |
Definition at line 1043 of file matrix_arithmetic.h.
const ValueType stxxl::matrix_operations< ValueType, BlockSideLength >::scalar_multiplication::s |
Definition at line 1045 of file matrix_arithmetic.h.