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

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

#include <matrix_low_level.h>

List of all members.

Public Member Functions

 low_level_matrix_binary_ass_op (ValueType *c, const ValueType *a, const ValueType *b, Op op=Op())

Detailed Description

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

c = a <op> b; for arbitrary entries

Definition at line 57 of file matrix_low_level.h.


Constructor & Destructor Documentation

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

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