ARTS  2.3.1285(git:92a29ea9-dirty)
oem::OptimizerLog< invlib::GaussNewton< RealType, Solver > > Struct Template Reference

Log customization for GN method. More...

#include <oem.h>

Static Public Member Functions

static std::string header ()
 Name to append to header line. More...
 
static std::string log (const invlib::GaussNewton< RealType, Solver > &, Vector &, size_t)
 

Static Public Attributes

static constexpr auto name = "Gauss-Newton"
 Method name. More...
 

Detailed Description

template<typename RealType, typename Solver>
struct oem::OptimizerLog< invlib::GaussNewton< RealType, Solver > >

Log customization for GN method.

Definition at line 222 of file oem.h.

Member Function Documentation

◆ header()

template<typename RealType , typename Solver >
static std::string oem::OptimizerLog< invlib::GaussNewton< RealType, Solver > >::header ( )
inlinestatic

Name to append to header line.

Definition at line 227 of file oem.h.

◆ log()

template<typename RealType , typename Solver >
static std::string oem::OptimizerLog< invlib::GaussNewton< RealType, Solver > >::log ( const invlib::GaussNewton< RealType, Solver > &  ,
Vector ,
size_t   
)
inlinestatic

Definition at line 229 of file oem.h.

Member Data Documentation

◆ name

template<typename RealType , typename Solver >
constexpr auto oem::OptimizerLog< invlib::GaussNewton< RealType, Solver > >::name = "Gauss-Newton"
static

Method name.

Definition at line 224 of file oem.h.


The documentation for this struct was generated from the following file: