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

Opposite of a matrix. More...

#include <TinyMatrixExpression.hxx>

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

Public Member Functions

 TinyMatrixOpposite (const TinyMatrixExpression< T, m, n, E > &)
 Constructor -u with an expression u.
 
const T operator() (int, int) const
 returns the i-th element of -u
 
 operator TinyMatrixOpposite< T, m, n, E > & ()
 
 operator TinyMatrixOpposite< T, m, n, E > const & () const
 

Detailed Description

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

Opposite of a matrix.

Definition at line 149 of file TinyMatrixExpression.hxx.


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