#include <Operator.h>
Definition at line 9 of file Operator.h.
virtual SEP::Map::~Map |
( |
) | |
|
|
inlinevirtual |
virtual bool SEP::Map::CostFunction |
( |
) | |
|
|
inlinevirtual |
virtual bool SEP::Map::DerivForward |
( |
bool |
, |
|
|
Vector * |
, |
|
|
Vector * |
|
|
) |
| |
|
inlinevirtual |
virtual bool SEP::Map::Forward |
( |
bool |
add, |
|
|
Vector * |
model, |
|
|
Vector * |
data |
|
) |
| |
|
pure virtual |
Space* SEP::Map::getDomain |
( |
) | |
|
|
inline |
Space* SEP::Map::getRange |
( |
) | |
|
|
inline |
void SEP::Map::setDomain |
( |
Space * |
dom) | |
|
Set the domain (i.e. model space) of the map
Definition at line 8 of file Operator.cpp.
void SEP::Map::setRange |
( |
Space * |
ran) | |
|
Set the range (i.e. data space) of the map
Definition at line 14 of file Operator.cpp.
The documentation for this class was generated from the following files: