Skip to content

Coefficients

ferreus_rbf.Coefficients

Solved coefficients of an RBF system.

point_coefficients property

Access the RBF coefficients for the source points.

Returns:

Type Description
NDArray[float64]

Array with shape (N, M), where N is the number of source points and M is the number of columns of values.

poly_coefficients property

Access the RBF coefficients for the Polynomial drift terms.

Returns:

Type Description
Optional[NDArray[float64]]

Array with shape (B, M), if enabled, where B is the basis size (number of polynomial terms added to the system) and M is the number of columns of values.