PLaSK library
Loading...
Searching...
No Matches
plask::optical::effective::detail::ContourBisect Struct Reference
Collaboration diagram for plask::optical::effective::detail::ContourBisect:
[legend]

Public Member Functions

 ContourBisect (double reps, double ieps, std::vector< std::pair< dcomplex, dcomplex > > &results)
 
int operator() (const Contour &contour)
 

Public Attributes

double reps
 
double ieps
 
std::vector< std::pair< dcomplex, dcomplex > > & results
 

Detailed Description

Definition at line 189 of file bisection.cpp.

Constructor & Destructor Documentation

◆ ContourBisect()

plask::optical::effective::detail::ContourBisect::ContourBisect ( double  reps,
double  ieps,
std::vector< std::pair< dcomplex, dcomplex > > &  results 
)
inline

Definition at line 192 of file bisection.cpp.

Member Function Documentation

◆ operator()()

int plask::optical::effective::detail::ContourBisect::operator() ( const Contour contour)
inline

Definition at line 194 of file bisection.cpp.

Member Data Documentation

◆ ieps

double plask::optical::effective::detail::ContourBisect::ieps

Definition at line 190 of file bisection.cpp.

◆ reps

double plask::optical::effective::detail::ContourBisect::reps

Definition at line 190 of file bisection.cpp.

◆ results

std::vector<std::pair<dcomplex,dcomplex> >& plask::optical::effective::detail::ContourBisect::results

Definition at line 191 of file bisection.cpp.


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