PLaSK library
|
#include <plask/plask.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::modal |
Functions | |
template<typename S , typename T > | |
S | plask::optical::modal::patterson (const std::function< S(T)> &fun, T a, T b, double &err, unsigned *order=nullptr) |
Compute Patterson quadrature along line a-b in complex plane with specified precision. | |