hermite_bf_matrix function

Construct 4 Hermite basis functions.

Construct 4 Hermite basis functions.

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\lev.

Returns

The matrix of 4 Hermite basis functions' coefficients.

Examples

hermite_bf_matrix(0,1) hermite_bf_matrix(-2,3)
  • Maintainer: Lubomir Antoni
  • License: GPL-2
  • Last published: 2024-01-10

Useful links