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

#include <unwrap.hpp>

List of all members.

Public Member Functions

 partial_unwrap (const Col< 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< Col< eT > >

Definition at line 587 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 592 of file unwrap.hpp.

00593     : do_trans(false)
00594     , do_times(false)
00595     , val     (1)
00596     , M       (A)
00597     {
00598     arma_extra_debug_sigprint();
00599     }

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

Definition at line 603 of file unwrap.hpp.

00604     {
00605     arma_extra_debug_sigprint();
00606     }


Member Data Documentation

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

Definition at line 609 of file unwrap.hpp.

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

Definition at line 610 of file unwrap.hpp.

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

Definition at line 611 of file unwrap.hpp.

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

Definition at line 612 of file unwrap.hpp.