Classes | |
class | OpCube< T1, op_type > |
Analog of the Op class, intended for cubes. More... | |
Functions | |
OpCube::OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m) | |
OpCube::OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const elem_type in_aux) | |
OpCube::OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const u32 in_aux_u32_a, const u32 in_aux_u32_b) | |
OpCube::OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const u32 in_aux_u32_a, const u32 in_aux_u32_b, const u32 in_aux_u32_c) | |
OpCube::OpCube (const BaseCube< typename T1::elem_type, T1 > &in_m, const elem_type in_aux, const u32 in_aux_u32_a, const u32 in_aux_u32_b, const u32 in_aux_u32_c) | |
OpCube::OpCube (const u32 in_aux_u32_a, const u32 in_aux_u32_b, const u32 in_aux_u32_c) | |
OpCube::~OpCube () |
Definition at line 101 of file OpCube_meat.hpp.