public class NBSplinesUtils
extends java.lang.Object
| Constructor and Description |
|---|
NBSplinesUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
integratePolynomial(double[] knotsWithDuplicates,
double[][] coeffProduct)
Perform integration of polynomials as described in Section VI.IV, equation 17 of doc I.
|