|
ARTS
2.3.1277(git:c4d0469d)
|
#include <oem.h>
Public Member Functions | |
| ArtsLog (unsigned int v, Vector &g, bool l=false) | |
| ~ArtsLog () | |
| template<typename... Params> | |
| void | init (Params &...params) |
| template<typename... Params> | |
| void | step (const Params &...params) |
| template<typename... Params> | |
| void | finalize (const Params &...params) |
| template<typename... Params> | |
| void | time (const Params &...params) |
Private Attributes | |
| int | verbosity |
| Vector & | gamma_history |
| Numeric | scaling_factor |
| Numeric | start_cost |
| bool | linear |
| bool | finalized |
Definition at line 201 of file oem.h.
References ArtsLog< type >::finalized, and ArtsLog< type >::verbosity.
|
inline |
Definition at line 280 of file oem.h.
References ArtsLog< type >::finalized, ArtsLog< type >::linear, ArtsLog< type >::scaling_factor, and ArtsLog< type >::verbosity.
|
inline |
Definition at line 212 of file oem.h.
References ArtsLog< type >::scaling_factor, and ArtsLog< type >::verbosity.
|
inline |
Definition at line 253 of file oem.h.
References ArtsLog< type >::gamma_history, ArtsLog< type >::start_cost, and ArtsLog< type >::verbosity.
|
inline |
Definition at line 306 of file oem.h.
References ArtsLog< type >::verbosity.
|
private |
Definition at line 327 of file oem.h.
Referenced by ArtsLog< type >::finalize(), and ArtsLog< type >::~ArtsLog().
Definition at line 325 of file oem.h.
Referenced by ArtsLog< type >::step().
|
private |
Definition at line 327 of file oem.h.
Referenced by ArtsLog< type >::finalize().
Definition at line 326 of file oem.h.
Referenced by ArtsLog< type >::finalize(), and ArtsLog< type >::init().
Definition at line 326 of file oem.h.
Referenced by ArtsLog< type >::step().
|
private |
Definition at line 324 of file oem.h.
Referenced by ArtsLog< type >::finalize(), ArtsLog< type >::init(), ArtsLog< type >::step(), ArtsLog< type >::time(), and ArtsLog< type >::~ArtsLog().