partial_unwrap_check< eOp< Col< eT >, eop_scalar_times > > Class Template Reference
[Unwrap]

#include <unwrap.hpp>

List of all members.

Public Member Functions

 partial_unwrap_check (const eOp< Col< eT >, eop_scalar_times > &A, const Mat< eT > &B)
 ~partial_unwrap_check ()

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_check< eOp< Col< eT >, eop_scalar_times > >

Definition at line 1238 of file unwrap.hpp.


Constructor & Destructor Documentation

template<typename eT >
partial_unwrap_check< eOp< Col< eT >, eop_scalar_times > >::partial_unwrap_check ( const eOp< Col< eT >, eop_scalar_times > &  A,
const Mat< eT > &  B 
) [inline]

Definition at line 1243 of file unwrap.hpp.

01244     : do_trans(false)
01245     , do_times(true)
01246     , val     (A.aux)
01247     , M       (A.P.Q)
01248     {
01249     arma_extra_debug_sigprint();
01250     }

template<typename eT >
partial_unwrap_check< eOp< Col< eT >, eop_scalar_times > >::~partial_unwrap_check (  )  [inline]

Definition at line 1253 of file unwrap.hpp.

01254     {
01255     arma_extra_debug_sigprint();
01256     }


Member Data Documentation

template<typename eT >
const bool partial_unwrap_check< eOp< Col< eT >, eop_scalar_times > >::do_trans

Definition at line 1258 of file unwrap.hpp.

template<typename eT >
const bool partial_unwrap_check< eOp< Col< eT >, eop_scalar_times > >::do_times

Definition at line 1259 of file unwrap.hpp.

template<typename eT >
const eT partial_unwrap_check< eOp< Col< eT >, eop_scalar_times > >::val

Definition at line 1260 of file unwrap.hpp.

template<typename eT >
const Mat<eT>& partial_unwrap_check< eOp< Col< eT >, eop_scalar_times > >::M

Definition at line 1261 of file unwrap.hpp.