Public Member Functions | Public Attributes

partial_unwrap< Mat< eT > > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Member Functions

 partial_unwrap (const Mat< eT > &A)
 ~partial_unwrap ()

Public Attributes

const bool do_trans
const bool do_times
const eT val
const Mat< eT > & M

Detailed Description

template<typename eT>
class partial_unwrap< Mat< eT > >

Definition at line 378 of file unwrap.hpp.


Constructor & Destructor Documentation

template<typename eT >
partial_unwrap< Mat< eT > >::partial_unwrap ( const Mat< eT > &  A  )  [inline]

Definition at line 383 of file unwrap.hpp.

    : do_trans(false)
    , do_times(false)
    , val     (1)
    , M       (A)
    {
    arma_extra_debug_sigprint();
    }

template<typename eT >
partial_unwrap< Mat< eT > >::~partial_unwrap (  )  [inline]

Definition at line 394 of file unwrap.hpp.

    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

template<typename eT >
const bool partial_unwrap< Mat< eT > >::do_trans

Definition at line 400 of file unwrap.hpp.

template<typename eT >
const bool partial_unwrap< Mat< eT > >::do_times

Definition at line 401 of file unwrap.hpp.

template<typename eT >
const eT partial_unwrap< Mat< eT > >::val

Definition at line 402 of file unwrap.hpp.

template<typename eT >
const Mat<eT>& partial_unwrap< Mat< eT > >::M

Definition at line 403 of file unwrap.hpp.