* product polynomials. For $n$
* 1d polynomials this is $n^dim$.
*/
- unsigned int n() const;
+ unsigned int n () const;
/**
* Exception.
* polynomials given to the
* constructor.
*/
- const std::vector<Polynomials::Polynomial<double> > polynomials;
+ std::vector<Polynomials::Polynomial<double> > polynomials;
/**
* Number of tensor product
* polynomials. For $n$ 1d
* polynomials this is $n^dim$.
*/
- const unsigned int n_tensor_pols;
+ unsigned int n_tensor_pols;
/**
* Each tensor product polynomial
* polynomials in each coordinate
* direction.
*/
- unsigned int n() const;
+ unsigned int n () const;
/**
* Exception.
* polynomials given to the
* constructor.
*/
- const std::vector<std::vector<Polynomials::Polynomial<double> > > polynomials;
+ std::vector<std::vector<Polynomials::Polynomial<double> > > polynomials;
/**
* Number of tensor product
* dropped if the number of space
* dimensions is less than 3.
*/
- const unsigned int n_tensor_pols;
+ unsigned int n_tensor_pols;
/**
* Each tensor product polynomial