Addition between a scalar and a matrix. More...
#include <TinyMatrixExpression.hxx>
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 | |
Addition between a scalar and a matrix.
Definition at line 117 of file TinyMatrixExpression.hxx.