ReFRACtor
|
This gets the perturbation to use with a finite difference Jacobian. More...
#include <perturbation.h>
Public Member Functions | |
virtual | ~Perturbation () |
virtual blitz::Array< double, 1 > | perturbation () const =0 |
Return the perturbation vector to use. More... | |
virtual void | print (std::ostream &Os) const |
Print description of object. More... | |
std::string | print_to_string () const |
Print to string. More... | |
This gets the perturbation to use with a finite difference Jacobian.
Definition at line 10 of file perturbation.h.
|
inlinevirtual |
Definition at line 12 of file perturbation.h.
|
pure virtual |
Return the perturbation vector to use.
Implemented in FullPhysics::CompositePerturbation.
|
inlinevirtual |
Print description of object.
Reimplemented in FullPhysics::CompositePerturbation.
Definition at line 24 of file perturbation.h.
|
inlineinherited |
Print to string.
This is primarily useful for SWIG wrappers to this class, e.g. a to_s method in ruby.
Definition at line 31 of file printable.h.