MADNESS
0.10.1
|
#include <array>
#include <vector>
Go to the source code of this file.
Classes | |
class | slymer::PolynomialCoeffs |
Array for storing coefficients of a polynomial of three variables with specified degree. More... | |
Namespaces | |
slymer | |
Functions | |
PolynomialCoeffs | slymer::operator* (const double c, const PolynomialCoeffs &poly) |
Multiply a polynomial by a constant value. More... | |