Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
stxxl::low_level_matrix_unary_op< ValueType, BlockSideLength, a_transposed, Op > Struct Template Reference

c = <op>a; for arbitrary entries More...

#include <matrix_low_level.h>

List of all members.

Public Member Functions

 low_level_matrix_unary_op (ValueType *c, const ValueType *a, Op op=Op())

Detailed Description

template<typename ValueType, unsigned BlockSideLength, bool a_transposed, class Op>
struct stxxl::low_level_matrix_unary_op< ValueType, BlockSideLength, a_transposed, Op >

c = <op>a; for arbitrary entries

Definition at line 112 of file matrix_low_level.h.


Constructor & Destructor Documentation

template<typename ValueType, unsigned BlockSideLength, bool a_transposed, class Op>
stxxl::low_level_matrix_unary_op< ValueType, BlockSideLength, a_transposed, Op >::low_level_matrix_unary_op ( ValueType *  c,
const ValueType *  a,
Op  op = Op() 
) [inline]

Definition at line 114 of file matrix_low_level.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines