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

#include <TinyMatrixElements.h>

List of all members.

Public Types

enum  { B21 = B2, L21 = L2/2, B22 = B2+L2/2, L22 = L2-L2/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 B2, int L2>
struct TinyMatrixAssign< T1, T2, Op, B1, 1, B2, L2 >


Member Enumeration Documentation

template<class T1 , class T2 , class Op , int B1, int B2, int L2>
anonymous enum
Enumerator:
B21 
L21 
B22 
L22 

Member Function Documentation

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

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