|
PLaSK library
|
#include <solvers/optical/modal/rootdigger.hpp>
Public Member Functions | |
| Params () | |
Public Attributes | |
| Method | method |
| Root finding method. | |
| double | tolx |
| Absolute tolerance on the argument. | |
| double | tolf_min |
| Sufficient tolerance on the function value. | |
| double | tolf_max |
| Required tolerance on the function value. | |
| double | maxstep |
| Maximum step in one iteration. | |
| int | maxiter |
| Maximum number of iterations. | |
| double | alpha |
| Ensures sufficient decrease of determinant in each step. | |
| double | lambda_min |
| Minimum decrease ratio of the step (lambda) | |
| dcomplex | initial_dist |
| Distance between initial points. | |
Definition at line 35 of file rootdigger.hpp.
|
inline |
Definition at line 46 of file rootdigger.hpp.
| double plask::optical::modal::RootDigger::Params::alpha |
Ensures sufficient decrease of determinant in each step.
Definition at line 42 of file rootdigger.hpp.
| dcomplex plask::optical::modal::RootDigger::Params::initial_dist |
Distance between initial points.
Definition at line 44 of file rootdigger.hpp.
| double plask::optical::modal::RootDigger::Params::lambda_min |
Minimum decrease ratio of the step (lambda)
Definition at line 43 of file rootdigger.hpp.
| int plask::optical::modal::RootDigger::Params::maxiter |
Maximum number of iterations.
Definition at line 41 of file rootdigger.hpp.
| double plask::optical::modal::RootDigger::Params::maxstep |
Maximum step in one iteration.
Definition at line 40 of file rootdigger.hpp.
| Method plask::optical::modal::RootDigger::Params::method |
Root finding method.
Definition at line 36 of file rootdigger.hpp.
| double plask::optical::modal::RootDigger::Params::tolf_max |
Required tolerance on the function value.
Definition at line 39 of file rootdigger.hpp.
| double plask::optical::modal::RootDigger::Params::tolf_min |
Sufficient tolerance on the function value.
Definition at line 38 of file rootdigger.hpp.
| double plask::optical::modal::RootDigger::Params::tolx |
Absolute tolerance on the argument.
Definition at line 37 of file rootdigger.hpp.