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

Detailed Description

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

c =[op] a; for arbitrary entries

Definition at line 119 of file matrix_low_level.h.

Public Attributes

 c [switch_major_index< BlockSideLength, false >(row, col)]
 

Member Data Documentation

template<typename ValueType, unsigned BlockSideLength, bool a_transposed, class Op>
stxxl::matrix_local::low_level_matrix_unary_op< ValueType, BlockSideLength, a_transposed, Op >::c[switch_major_index< BlockSideLength, false >(row, col)]
Initial value:
=
op(a[switch_major_index < BlockSideLength, a_transposed > (row, col)])

Definition at line 129 of file matrix_low_level.h.


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