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

#include <unwrap.hpp>

List of all members.

Public Member Functions

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

Definition at line 467 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 472 of file unwrap.hpp.

00473     : do_trans(false)
00474     , do_times(false)
00475     , val     (1)
00476     , M       (A)
00477     {
00478     arma_extra_debug_sigprint();
00479     }

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

Definition at line 483 of file unwrap.hpp.

00484     {
00485     arma_extra_debug_sigprint();
00486     }


Member Data Documentation

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

Definition at line 489 of file unwrap.hpp.

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

Definition at line 490 of file unwrap.hpp.

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

Definition at line 491 of file unwrap.hpp.

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

Definition at line 492 of file unwrap.hpp.