Public Member Functions | Public Attributes

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

#include <unwrap.hpp>

List of all members.

Public Member Functions

 partial_unwrap_check (const eOp< Row< 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< Row< eT >, eop_scalar_times > >

Definition at line 1125 of file unwrap.hpp.


Constructor & Destructor Documentation

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

Definition at line 1130 of file unwrap.hpp.

    : do_trans(false)
    , do_times(true)
    , val     (A.aux)
    , M       (A.P.Q)
    {
    arma_extra_debug_sigprint();
    }

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

Definition at line 1140 of file unwrap.hpp.

    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

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

Definition at line 1145 of file unwrap.hpp.

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

Definition at line 1146 of file unwrap.hpp.

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

Definition at line 1147 of file unwrap.hpp.

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

Definition at line 1148 of file unwrap.hpp.