Public Types | Public Member Functions | Public Attributes

strip_diagmat< Op< T1, op_diagmat > > Struct Template Reference
[Strip]

#include <strip.hpp>

List of all members.

Public Types

typedef T1 stored_type

Public Member Functions

 strip_diagmat (const Op< T1, op_diagmat > &X)

Public Attributes

const bool do_diagmat
const T1 & M

Detailed Description

template<typename T1>
struct strip_diagmat< Op< T1, op_diagmat > >

Definition at line 41 of file strip.hpp.


Member Typedef Documentation

template<typename T1 >
typedef T1 strip_diagmat< Op< T1, op_diagmat > >::stored_type

Definition at line 43 of file strip.hpp.


Constructor & Destructor Documentation

template<typename T1 >
strip_diagmat< Op< T1, op_diagmat > >::strip_diagmat ( const Op< T1, op_diagmat > &  X  )  [inline]

Definition at line 45 of file strip.hpp.

    : do_diagmat(true)
    , M         (X.m)
    {
    arma_extra_debug_sigprint();
    }


Member Data Documentation

template<typename T1 >
const bool strip_diagmat< Op< T1, op_diagmat > >::do_diagmat

Definition at line 52 of file strip.hpp.

template<typename T1 >
const T1& strip_diagmat< Op< T1, op_diagmat > >::M

Definition at line 53 of file strip.hpp.