1 #ifndef NLLS_PROBLEM_STATE_H 2 #define NLLS_PROBLEM_STATE_H 104 virtual void print(std::ostream& Os)
const 105 { Os <<
"NLLSProblemState"; }
110 blitz::Array<double, 1>
R;
111 blitz::Array<double, 2>
J;
blitz::Array< double, 1 > R
const Unit s("s", 1.0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0)
virtual ~NLLSProblemState()
NLLSProblemState(const NLLSProblemState &s)
Copy constructor.
The state for a NLLS problem with implemented residual function and its Jacobian. ...
virtual void clear()
Deletes data contents.
virtual void clear()
Deletes data contents.
virtual void print(std::ostream &Os) const
Prints description of object.
NLLSProblemState()
Default constructor.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
The base class for all problem states.
blitz::Array< double, 2 > J