Description Usage Arguments Value
The polynomials are evaluated at given points using the Horner scheme.
1 | eval_pols(poly_coefs, x)
|
poly_coefs |
a matrix of polynomial coefficients in ascending order, each column corresponds to a polynomial. (num mat) |
x |
a vector of position where the polynomials are evaluated at. (num vec) |
a matrix, each row and column corresponds to a point in x
and
a polynomial respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.