FreePOOMA  2.4.1
Public Types | Static Public Member Functions
TinyMatrixAssign< T1, T2, Op, B1, L1, B2, 1 > Struct Template Reference

#include <TinyMatrixElements.h>

List of all members.

Public Types

enum  { B11 = B1, L11 = L1/2, B12 = B1+L1/2, L12 = L1-L1/2 }

Static Public Member Functions

static void apply (T1 &x, const T2 &y, Op op=Op())

template<class T1, class T2, class Op, int B1, int L1, int B2>
struct TinyMatrixAssign< T1, T2, Op, B1, L1, B2, 1 >


Member Enumeration Documentation

template<class T1 , class T2 , class Op , int B1, int L1, int B2>
anonymous enum
Enumerator:
B11 
L11 
B12 
L12 

Member Function Documentation

template<class T1 , class T2 , class Op , int B1, int L1, int B2>
static void TinyMatrixAssign< T1, T2, Op, B1, L1, B2, 1 >::apply ( T1 &  x,
const T2 &  y,
Op  op = Op() 
) [inline, static]

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