hermite_bf_matrix constructs matrix of Hermite basis functions' coefficients on [u,v], that is the matrix of 4 cubic polynomials' coefficients of one-component Hermite cubic spline.
hermite_bf_matrix(u, v)
Arguments
u: a left border of interval [u,v].
v: a right border of interval [u,v], u≤v.
Returns
The matrix of 4 Hermite basis functions' coefficients.