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

expression template for rvalues More...

#include <fiber/rvalue.h>

Public Member Functions

Size cols () const
 
Scalar operator() (Size i, Size j) const
 
Scalar operator[] (Size i) const
 
Size rows () const
 
Size size () const
 

Detailed Description

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

expression template for rvalues

Definition at line 33 of file rvalue.h.

Member Function Documentation

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

Definition at line 37 of file rvalue.h.

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

Definition at line 43 of file rvalue.h.

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

Definition at line 39 of file rvalue.h.

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

Definition at line 36 of file rvalue.h.

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

Definition at line 35 of file rvalue.h.


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