Public Member Functions | List of all members
Seldon::TinyMatrixDifference< T, m, n, E1, E2 > Class Template Reference

Difference between two expressions. More...

#include <TinyMatrixExpression.hxx>

Inheritance diagram for Seldon::TinyMatrixDifference< T, m, n, E1, E2 >:
Seldon::TinyMatrixExpression< T, m, n, TinyMatrixDifference< T, m, n, E1, E2 > >

Public Member Functions

template<class T1 , class T2 >
 TinyMatrixDifference (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 difference
 
 operator TinyMatrixDifference< T, m, n, E1, E2 > & ()
 
 operator TinyMatrixDifference< T, m, n, E1, E2 > const & () const
 

Detailed Description

template<class T, int m, int n, class E1, class E2>
class Seldon::TinyMatrixDifference< T, m, n, E1, E2 >

Difference between two expressions.

Definition at line 21 of file TinyMatrixExpression.hxx.


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