PLaSK library
|
#include "gauss_legendre.hpp"
#include "fortran.hpp"
#include <boost/math/special_functions/legendre.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 | |
void | plask::optical::modal::gaussLegendre (size_t n, std::vector< double > &abscissae, DataVector< double > &weights) |
Compute ascissae and weights for Gauss-Legendre quadatures. | |