MADNESS  0.10.1
Classes | Namespaces | Functions
polynomial.h File Reference
#include <array>
#include <vector>
Include dependency graph for polynomial.h:
This graph shows which files directly or indirectly include this file:

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...