Public Member Functions | List of all members
Seldon::TinyMatrixScalDiv< T, m, n, T0, E > Class Template Reference

Division between a scalar and a matrix. More...

#include <TinyMatrixExpression.hxx>

Inheritance diagram for Seldon::TinyMatrixScalDiv< T, m, n, T0, E >:
Seldon::TinyMatrixExpression< T, m, n, TinyMatrixScalDiv< T, m, n, T0, E > >

Public Member Functions

template<class T1 >
 TinyMatrixScalDiv (const T0 &, const TinyMatrixExpression< T1, m, n, E > &)
 Constructor alpha / u with a scalar alpha and an expression u.
 
const T operator() (int, int) const
 returns the i-th element of alpha / u
 
 operator TinyMatrixScalDiv< T, m, n, T0, E > & ()
 
 operator TinyMatrixScalDiv< T, m, n, T0, E > const & () const
 

Detailed Description

template<class T, int m, int n, class T0, class E>
class Seldon::TinyMatrixScalDiv< T, m, n, T0, E >

Division between a scalar and a matrix.

Definition at line 101 of file TinyMatrixExpression.hxx.


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