1 #ifndef COST_FUNC_STATE_H 2 #define COST_FUNC_STATE_H 73 virtual void print(std::ostream& Os)
const 74 { Os <<
"CostFuncState"; }
89 blitz::Array<double, 1>
C;
const Unit s("s", 1.0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0)
virtual void print(std::ostream &Os) const
Prints description of object.
The state for a problem that only its cost function is implemented.
CostFuncState(const CostFuncState &s)
Copy constructor.
virtual void clear()
Deletes data contents.
blitz::Array< double, 1 > C
A cost function is a scalar function; therefore, its value at a point is also a scalar.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
The base class for all problem states.
CostFuncState()
Default constructor.
virtual void clear()
Deletes data contents.