Static Public Member Functions

eglue_cube_core< eglue_type > Struct Template Reference
[Eglue_cube_core]

#include <eglue_cube_core_proto.hpp>

List of all members.

Static Public Member Functions

template<typename T1 , typename T2 >
static arma_inline T1::elem_type get_elem (const eGlueCube< T1, T2, eglue_type > &x, const u32 i)
template<typename T1 , typename T2 >
static arma_inline T1::elem_type get_elem (const eGlueCube< T1, T2, eglue_type > &x, const u32 row, const u32 col, const u32 slice)
template<typename T1 , typename T2 >
static arma_hot void apply (Cube< typename T1::elem_type > &out, const eGlueCube< T1, T2, eglue_type > &x)
template<typename T1 , typename T2 >
static arma_hot void apply_inplace_plus (Cube< typename T1::elem_type > &out, const eGlueCube< T1, T2, eglue_type > &x)
template<typename T1 , typename T2 >
static arma_hot void apply_inplace_minus (Cube< typename T1::elem_type > &out, const eGlueCube< T1, T2, eglue_type > &x)
template<typename T1 , typename T2 >
static arma_hot void apply_inplace_schur (Cube< typename T1::elem_type > &out, const eGlueCube< T1, T2, eglue_type > &x)
template<typename T1 , typename T2 >
static arma_hot void apply_inplace_div (Cube< typename T1::elem_type > &out, const eGlueCube< T1, T2, eglue_type > &x)

Detailed Description

template<typename eglue_type>
struct eglue_cube_core< eglue_type >

Definition at line 23 of file eglue_cube_core_proto.hpp.