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 347 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 352 of file unwrap.hpp.

00353     : do_trans(false)
00354     , do_times(false)
00355     , val     (1)
00356     , M       (A)
00357     {
00358     arma_extra_debug_sigprint();
00359     }

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

Definition at line 363 of file unwrap.hpp.

00364     {
00365     arma_extra_debug_sigprint();
00366     }


Member Data Documentation

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

Definition at line 369 of file unwrap.hpp.

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

Definition at line 370 of file unwrap.hpp.

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

Definition at line 371 of file unwrap.hpp.

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

Definition at line 372 of file unwrap.hpp.