#include <rnmat.hh>
Inheritance diagram for RVL::SymMat< T >:

Public Member Functions | |
| SymMat (RnSpace< T > const &dom) | |
| SymMat (SymMat< T > const &m) | |
| ~SymMat () | |
| void | setElement (int i, int j, T e) |
| ostream & | write (ostream &str) const |
Protected Member Functions | |
| LinearOp< T > * | clone () const |
Differs only in element assignment, which forces symmetry
Definition at line 305 of file rnmat.hh.
| RVL::SymMat< T >::SymMat | ( | RnSpace< T > const & | dom | ) |
| RVL::SymMat< T >::SymMat | ( | SymMat< T > const & | m | ) |
| RVL::SymMat< T >::~SymMat | ( | ) |
| LinearOp<T>* RVL::SymMat< T >::clone | ( | ) | const [protected, virtual] |
| void RVL::SymMat< T >::setElement | ( | int | i, | |
| int | j, | |||
| T | e | |||
| ) | [virtual] |
| ostream& RVL::SymMat< T >::write | ( | ostream & | str | ) | const [virtual] |
Reimplemented from RVL::GenMat< T >.
Definition at line 326 of file rnmat.hh.
References RVL::GenMat< T >::getDomain(), and RVL::RnSpace< Scalar >::getSize().
1.4.7