PLaSK library
Loading...
Searching...
No Matches
plask::optical::effective::RootMuller Class Reference

#include <solvers/optical/effective/muller.hpp>

Inheritance diagram for plask::optical::effective::RootMuller:
[legend]
Collaboration diagram for plask::optical::effective::RootMuller:
[legend]

Public Member Functions

 RootMuller (Solver &solver, const function_type &val_fun, DataLog< dcomplex, dcomplex > &log_value, const Params &pars)
 
dcomplex find (dcomplex start) const override
 Search for a single mode starting from the given point: point.
 
- Public Member Functions inherited from plask::optical::effective::RootDigger
 RootDigger (Solver &solver, const function_type &val_fun, DataLog< dcomplex, dcomplex > &log_value, const Params &pars)
 
virtual ~RootDigger ()
 

Additional Inherited Members

- Public Types inherited from plask::optical::effective::RootDigger
enum  Method { ROOT_MULLER , ROOT_BROYDEN , ROOT_BRENT }
 Root finding method. More...
 
typedef std::function< dcomplex(dcomplex)> function_type
 
- Static Public Member Functions inherited from plask::optical::effective::RootDigger
static std::unique_ptr< RootDiggerget (Solver *solver, const function_type &func, DataLog< dcomplex, dcomplex > &detlog, const Params &params)
 Get root digger for given function and params.
 
static void readRootDiggerConfig (XMLReader &reader, Params &params)
 Read configuration from xml.
 
- Public Attributes inherited from plask::optical::effective::RootDigger
Params params
 
- Protected Member Functions inherited from plask::optical::effective::RootDigger
dcomplex valFunction (dcomplex x) const
 
- Protected Attributes inherited from plask::optical::effective::RootDigger
Solversolver
 
function_type val_function
 
DataLog< dcomplex, dcomplex > & log_value
 

Detailed Description

Definition at line 21 of file muller.hpp.

Constructor & Destructor Documentation

◆ RootMuller()

plask::optical::effective::RootMuller::RootMuller ( Solver solver,
const function_type val_fun,
DataLog< dcomplex, dcomplex > &  log_value,
const Params pars 
)
inline

Definition at line 33 of file muller.hpp.

Member Function Documentation

◆ find()

dcomplex plask::optical::effective::RootMuller::find ( dcomplex  start) const
overridevirtual

Search for a single mode starting from the given point: point.

Implements plask::optical::effective::RootDigger.

Definition at line 21 of file muller.cpp.


The documentation for this class was generated from the following files: