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

expression template for rvalues More...

#include <fiber/lvalue.h>

Public Types

typedef StreamAssignment
< _LValue< Scalar, Exp > > 
StreamAssign
 

Public Member Functions

Size cols () const
 
Scalar & operator() (Size i, Size j)
 
Scalar const & operator() (Size i, Size j) const
 
StreamAssign operator<< (Scalar x)
 returns a stream for assignment More...
 
template<class Exp2 >
_LValue< Scalar, Exp > & operator= (_RValue< Scalar, Exp2 > const &B)
 
Scalar & operator[] (Size i)
 
Scalar const & operator[] (Size i) const
 
Size rows () const
 
Size size () const
 

Detailed Description

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

expression template for rvalues

Definition at line 33 of file lvalue.h.

Member Typedef Documentation

template<typename Scalar, class Exp>
typedef StreamAssignment<_LValue<Scalar, Exp> > fiber::_LValue< Scalar, Exp >::StreamAssign

Definition at line 35 of file lvalue.h.

Member Function Documentation

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

Definition at line 39 of file lvalue.h.

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

Definition at line 47 of file lvalue.h.

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

Definition at line 51 of file lvalue.h.

template<typename Scalar, class Exp>
StreamAssign fiber::_LValue< Scalar, Exp >::operator<< ( Scalar  x)
inline

returns a stream for assignment

Definition at line 56 of file lvalue.h.

template<typename Scalar, class Exp>
template<class Exp2 >
_LValue<Scalar, Exp>& fiber::_LValue< Scalar, Exp >::operator= ( _RValue< Scalar, Exp2 > const &  B)
inline

Definition at line 62 of file lvalue.h.

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

Definition at line 41 of file lvalue.h.

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

Definition at line 43 of file lvalue.h.

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

Definition at line 38 of file lvalue.h.

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

Definition at line 37 of file lvalue.h.


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