ReFRACtor
|
This gets the initial guess and the apriori state vector values. More...
#include <initial_guess.h>
Public Member Functions | |
virtual | ~InitialGuess () |
virtual blitz::Array< double, 1 > | apriori () const =0 |
Return the apriori state vector to use. More... | |
virtual blitz::Array< double, 2 > | apriori_covariance () const =0 |
Return the apriori state vector covariance to use. More... | |
virtual blitz::Array< double, 1 > | initial_guess () const =0 |
Return the initial state 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 initial guess and the apriori state vector values.
Often but not always the initial guess to use is the same as the a priori.
Definition at line 12 of file initial_guess.h.
|
inlinevirtual |
Definition at line 14 of file initial_guess.h.
|
pure virtual |
Return the apriori state vector to use.
Implemented in FullPhysics::CompositeInitialGuess.
|
pure virtual |
Return the apriori state vector covariance to use.
Implemented in FullPhysics::CompositeInitialGuess.
|
pure virtual |
Return the initial state vector to use.
Implemented in FullPhysics::CompositeInitialGuess.
|
inlinevirtual |
Print description of object.
Reimplemented in FullPhysics::CompositeInitialGuess.
Definition at line 38 of file initial_guess.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.