cheshirekow  v0.1.0
fiber::_Transpose< Scalar, Exp > Class Template Reference

expression template for difference of two matrix expressions More...

#include <fiber/transpose.h>

Inheritance diagram for fiber::_Transpose< Scalar, Exp >:
fiber::_RValue< Scalar, _Transpose< Scalar, Exp > >

Public Types

enum  { ROWS_ = Exp::COLS_, COLS_ = Exp::ROWS_, SIZE_ = Exp::SIZE_ }
 

Public Member Functions

 _Transpose (Exp const &A)
 
Size cols () const
 
Scalar operator() (Size i, Size j) const
 
Scalar operator[] (Size i) const
 
Size rows () const
 
Size size () const
 
- Public Member Functions inherited from fiber::_RValue< Scalar, _Transpose< Scalar, Exp > >
Size cols () const
 
Scalar operator() (Size i, Size j) const
 
Scalar operator[] (Size i) const
 
Size rows () const
 
Size size () const
 

Private Attributes

Exp const & m_A
 

Detailed Description

template<typename Scalar, class Exp>
class fiber::_Transpose< Scalar, Exp >

expression template for difference of two matrix expressions

Definition at line 33 of file transpose.h.

Member Enumeration Documentation

template<typename Scalar , class Exp >
anonymous enum
Enumerator
ROWS_ 
COLS_ 
SIZE_ 

Definition at line 37 of file transpose.h.

Constructor & Destructor Documentation

template<typename Scalar , class Exp >
fiber::_Transpose< Scalar, Exp >::_Transpose ( Exp const &  A)
inline

Definition at line 43 of file transpose.h.

Member Function Documentation

template<typename Scalar , class Exp >
Size fiber::_Transpose< Scalar, Exp >::cols ( ) const
inline

Definition at line 47 of file transpose.h.

template<typename Scalar , class Exp >
Scalar fiber::_Transpose< Scalar, Exp >::operator() ( Size  i,
Size  j 
) const
inline

Definition at line 50 of file transpose.h.

template<typename Scalar , class Exp >
Scalar fiber::_Transpose< Scalar, Exp >::operator[] ( Size  i) const
inline

Definition at line 49 of file transpose.h.

template<typename Scalar , class Exp >
Size fiber::_Transpose< Scalar, Exp >::rows ( ) const
inline

Definition at line 46 of file transpose.h.

template<typename Scalar , class Exp >
Size fiber::_Transpose< Scalar, Exp >::size ( ) const
inline

Definition at line 45 of file transpose.h.

Member Data Documentation

template<typename Scalar , class Exp >
Exp const& fiber::_Transpose< Scalar, Exp >::m_A
private

Definition at line 34 of file transpose.h.


The documentation for this class was generated from the following file: