Public Member Functions

ProxyCube< T1 > Class Template Reference
[ProxyCube]

#include <ProxyCube.hpp>

List of all members.

Public Member Functions

 ProxyCube (const T1 &A)

Detailed Description

template<typename T1>
class ProxyCube< T1 >

Definition at line 23 of file ProxyCube.hpp.


Constructor & Destructor Documentation

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

Definition at line 26 of file ProxyCube.hpp.

    {
    arma_type_check< is_arma_type<T1>::value == false >::apply();
    }