partial_unwrap< Op< Row< eT >, op_trans > > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Member Functions

 partial_unwrap (const Op< Row< eT >, op_trans > &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< Op< Row< eT >, op_trans > >

Definition at line 498 of file unwrap.hpp.


Constructor & Destructor Documentation

template<typename eT >
partial_unwrap< Op< Row< eT >, op_trans > >::partial_unwrap ( const Op< Row< eT >, op_trans > &  A  )  [inline]

Definition at line 503 of file unwrap.hpp.

00504     : do_trans(true)
00505     , do_times(false)
00506     , val     (1)
00507     , M       (A.m)
00508     {
00509     arma_extra_debug_sigprint();
00510     }

template<typename eT >
partial_unwrap< Op< Row< eT >, op_trans > >::~partial_unwrap (  )  [inline]

Definition at line 513 of file unwrap.hpp.

00514     {
00515     arma_extra_debug_sigprint();
00516     }


Member Data Documentation

template<typename eT >
const bool partial_unwrap< Op< Row< eT >, op_trans > >::do_trans

Definition at line 519 of file unwrap.hpp.

template<typename eT >
const bool partial_unwrap< Op< Row< eT >, op_trans > >::do_times

Definition at line 520 of file unwrap.hpp.

template<typename eT >
const eT partial_unwrap< Op< Row< eT >, op_trans > >::val

Definition at line 521 of file unwrap.hpp.

template<typename eT >
const Mat<eT>& partial_unwrap< Op< Row< eT >, op_trans > >::M

Definition at line 522 of file unwrap.hpp.