Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
stxxl::matrix_operations< ValueType, BlockSideLength >::scalar_multiplication Struct Reference

#include <matrix_arithmetic.h>

List of all members.

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

Detailed Description

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

Definition at line 1039 of file matrix_arithmetic.h.


Constructor & Destructor Documentation

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

Definition at line 1041 of file matrix_arithmetic.h.


Member Function Documentation

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

Definition at line 1044 of file matrix_arithmetic.h.

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

Definition at line 1042 of file matrix_arithmetic.h.

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

Definition at line 1043 of file matrix_arithmetic.h.


Member Data Documentation

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

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