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

Detailed Description

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

Definition at line 1058 of file matrix_arithmetic.h.

Public Member Functions

 scalar_multiplication (const ValueType scalar=1)
 
 operator const ValueType & ()
 
ValueType & operator() (ValueType &c, const ValueType &a)
 
ValueType operator() (const ValueType &a)
 

Public Attributes

const ValueType s
 

Constructor & Destructor Documentation

template<typename ValueType , unsigned BlockSideLength>
stxxl::matrix_local::matrix_operations< ValueType, BlockSideLength >::scalar_multiplication::scalar_multiplication ( const ValueType  scalar = 1)
inline

Definition at line 1060 of file matrix_arithmetic.h.

Member Function Documentation

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

Definition at line 1063 of file matrix_arithmetic.h.

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

Definition at line 1061 of file matrix_arithmetic.h.

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

Definition at line 1062 of file matrix_arithmetic.h.

Member Data Documentation

template<typename ValueType , unsigned BlockSideLength>
const ValueType stxxl::matrix_local::matrix_operations< ValueType, BlockSideLength >::scalar_multiplication::s

Definition at line 1064 of file matrix_arithmetic.h.


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