Sum between two expressions. More...
#include <TinyMatrixExpression.hxx>
Public Member Functions | |
template<class T1 , class T2 > | |
TinyMatrixSum (const TinyMatrixExpression< T1, m, n, E1 > &, const TinyMatrixExpression< T2, m, n, E2 > &) | |
Constructor u+v with two expressions u and v. | |
const T | operator() (int, int) const |
returns the i-th element of the sum | |
operator TinyMatrixSum< T, m, n, E1, E2 > & () | |
operator TinyMatrixSum< T, m, n, E1, E2 > const & () const | |
Sum between two expressions.
Definition at line 37 of file TinyMatrixExpression.hxx.