Jpp 19.3.0
the software that should make you happy
Loading...
Searching...
No Matches
utl::Iterator< Float, IterationStep >::Depth< n, class > Struct Template Reference

#include <LambertW.hh>

Static Public Member Functions

static Float Recurse (const Float x, Float w)
 

Detailed Description

template<typename Float, double IterationStep>
template<int n, class = void>
struct utl::Iterator< Float, IterationStep >::Depth< n, class >

Definition at line 255 of file LambertW.hh.

Member Function Documentation

◆ Recurse()

template<typename Float , double IterationStep>
template<int n, class = void>
static Float utl::Iterator< Float, IterationStep >::Depth< n, class >::Recurse ( const Float x,
Float w )
inlinestatic

Definition at line 256 of file LambertW.hh.

257 { return Depth<n-1>::Recurse(x, IterationStep(x, w)); }
static Float Recurse(const Float x, Float w)
Definition LambertW.hh:256

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