#include <rnspace.hh>
Inheritance diagram for RVL::RnSpace< Scalar >:

Public Member Functions | |
| RnSpace (int n=0) | |
| RnSpace (const RnSpace< Scalar > &sp) | |
| bool | isCompatible (DataContainer const &dc) const |
| virtual | ~RnSpace () |
| int | getSize () const |
| virtual void | write (RVLException &str) const |
| virtual ostream & | write (ostream &str) const |
Protected Member Functions | |
| void | redim (int newdim) |
| Space< Scalar > * | clone () const |
| LocalDataContainerFactory< Scalar > & | getLDCF () const |
| LinearAlgebraPackage< Scalar > & | getLAP () const |
This is an implementation of the mathematical space
.
Definition at line 48 of file rnspace.hh.
| RVL::RnSpace< Scalar >::RnSpace | ( | int | n = 0 |
) |
Definition at line 77 of file rnspace.hh.
| RVL::RnSpace< Scalar >::RnSpace | ( | const RnSpace< Scalar > & | sp | ) |
Definition at line 86 of file rnspace.hh.
| virtual RVL::RnSpace< Scalar >::~RnSpace | ( | ) | [virtual] |
Definition at line 106 of file rnspace.hh.
| void RVL::RnSpace< Scalar >::redim | ( | int | newdim | ) | [protected] |
Definition at line 58 of file rnspace.hh.
| Space<Scalar>* RVL::RnSpace< Scalar >::clone | ( | ) | const [protected, virtual] |
| LocalDataContainerFactory<Scalar>& RVL::RnSpace< Scalar >::getLDCF | ( | ) | const [protected, virtual] |
Implements RVL::LocalSpace< Scalar >.
Definition at line 72 of file rnspace.hh.
Referenced by RVL::RnSpace< T >::isCompatible().
| LinearAlgebraPackage<Scalar>& RVL::RnSpace< Scalar >::getLAP | ( | ) | const [protected, virtual] |
| bool RVL::RnSpace< Scalar >::isCompatible | ( | DataContainer const & | dc | ) | const [virtual] |
| int RVL::RnSpace< Scalar >::getSize | ( | ) | const |
Definition at line 110 of file rnspace.hh.
Referenced by RVL::GenMat< T >::getNCols(), RVL::GenMat< T >::getNRows(), RVL::SymMat< T >::write(), and RVL::GenMat< T >::write().
| virtual void RVL::RnSpace< Scalar >::write | ( | RVLException & | str | ) | const [virtual] |
Reimplemented from RVL::Writeable.
Definition at line 112 of file rnspace.hh.
Referenced by RVL::GenOp< T, f, df >::write().
| virtual ostream& RVL::RnSpace< Scalar >::write | ( | ostream & | str | ) | const [virtual] |
1.4.7