pub type Poly<F> = DensePolynomial<F>;Aliased Type§
pub struct Poly<F> {
pub coeffs: Vec<F>,
}Fields§
§coeffs: Vec<F>The coefficient of x^i is stored at location i in self.coeffs.
pub type Poly<F> = DensePolynomial<F>;pub struct Poly<F> {
pub coeffs: Vec<F>,
}coeffs: Vec<F>The coefficient of x^i is stored at location i in self.coeffs.