unwrap_cube< T1 > Class Template Reference
[Unwrap_cube]

#include <unwrap_cube.hpp>

List of all members.

Public Member Functions

 unwrap_cube (const T1 &A)

Detailed Description

template<typename T1>
class unwrap_cube< T1 >

Definition at line 22 of file unwrap_cube.hpp.


Constructor & Destructor Documentation

template<typename T1>
unwrap_cube< T1 >::unwrap_cube ( const T1 &  A  )  [inline]

Definition at line 25 of file unwrap_cube.hpp.

00026     {
00027     arma_type_check< is_arma_cube_type<T1>::value == false >::apply();
00028     }