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

Addition between a scalar and a matrix. More...

#include <TinyMatrixExpression.hxx>

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

Public Member Functions

template<class T1 >
 TinyMatrixScalSum (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 TinyMatrixScalSum< T, m, n, T0, E > & ()
 
 operator TinyMatrixScalSum< T, m, n, T0, E > const & () const
 

Detailed Description

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

Addition between a scalar and a matrix.

Definition at line 117 of file TinyMatrixExpression.hxx.


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