Loading...
Searching...
No Matches
Go to the documentation of this file.
14#ifndef PLASK__PATTERSON_H
15#define PLASK__PATTERSON_H
23namespace plask {
namespace optical {
namespace modal {
37template <
typename S,
typename T>
38S
patterson(
const std::function<S(T)>&
fun, T
a, T
b,
double& err,
unsigned* order=
nullptr);