SEP Solver Library
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
base
deriv.h
Go to the documentation of this file.
1
#ifndef DERIV_H
2
#define DERIV_H 1
3
#include "
Operator.h
"
4
5
namespace
SEP {
6
7
class
Deriv
:
public
Operator
{
8
9
public
:
10
Deriv
(
Space
*mod,
Space
*data){
11
setDomain
(mod);
setRange
(data);
12
};
13
14
~Deriv
(){};
15
16
virtual
bool
Forward
(
bool
add,
Vector
*model,
Vector
*data);
17
virtual
bool
Adjoint
(
bool
add,
Vector
*model,
Vector
*data);
18
19
};
20
21
}
22
23
#endif
Generated by
1.8.4