|
PLaSK library
|
#include "brent.hpp"Go to the source code of this file.
Namespaces | |
| namespace | plask |
| Patterson quadrature for complex function along specified line. | |
| namespace | plask::optical |
| namespace | plask::optical::effective |
Macros | |
| #define | carg(x) realaxis? dcomplex(x, imag(start)) : dcomplex(real(start), x) |
| #define | fun(x) abs(valFunction(carg(x))) |
| #define carg | ( | x | ) | realaxis? dcomplex(x, imag(start)) : dcomplex(real(start), x) |