MatrixTransposed< First > Class Template Reference

#include <expression.h>

Public Types

typedef First::value_type value_type
typedef First::dimension0 dimension0
typedef First::dimension1 dimension1

Public Member Functions

 MatrixTransposed (const First &first_)
value_type eval (unsigned int r, unsigned int c) const

Private Attributes

const First & first

Detailed Description

template<typename First>
class MatrixTransposed< First >

Definition at line 546 of file expression.h.


Member Typedef Documentation

template<typename First >
typedef First::dimension0 MatrixTransposed< First >::dimension0

Definition at line 551 of file expression.h.

template<typename First >
typedef First::dimension1 MatrixTransposed< First >::dimension1

Definition at line 552 of file expression.h.

template<typename First >
typedef First::value_type MatrixTransposed< First >::value_type

Definition at line 550 of file expression.h.


Constructor & Destructor Documentation

template<typename First >
MatrixTransposed< First >::MatrixTransposed ( const First &  first_  )  [inline]

Definition at line 554 of file expression.h.


Member Function Documentation

template<typename First >
value_type MatrixTransposed< First >::eval ( unsigned int  r,
unsigned int  c 
) const [inline]

Definition at line 559 of file expression.h.

References MatrixTransposed< First >::first.


Field Documentation

template<typename First >
const First& MatrixTransposed< First >::first [private]

Definition at line 548 of file expression.h.

Referenced by MatrixTransposed< First >::eval().


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

Generated by  doxygen 1.6.2