inner_product_matrix_splines: Computes the matrix of L2 inner products of the splines given...

View source: R/RcppExports.R

inner_product_matrix_splinesR Documentation

Computes the matrix of L2 inner products of the splines given in list_of_splines as produced by splines::interpSpline. The splines are assumed to be functions on the interval [from, to].

Description

Computes the matrix of L2 inner products of the splines given in list_of_splines as produced by splines::interpSpline. The splines are assumed to be functions on the interval [from, to].

Usage

inner_product_matrix_splines(list_of_splines, from, to)

Arguments

list_of_splines

list of interpSpline objects.

from, to

limits of integration.

Value

matrix of inner products.


ghcm documentation built on Nov. 2, 2023, 5:48 p.m.