PLaSK library
Loading...
Searching...
No Matches
bisection.hpp File Reference
#include <plask/plask.hpp>
Include dependency graph for bisection.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plask::optical::effective::Contour
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 
namespace  plask::optical
 
namespace  plask::optical::effective
 

Functions

std::vector< std::pair< dcomplex, dcomplex > > plask::optical::effective::findZeros (const Solver *solver, const std::function< dcomplex(dcomplex)> &fun, dcomplex corner0, dcomplex corner1, size_t resteps, size_t imsteps, dcomplex eps)
 Global complex bisection algorithm.