ply_lagrange_type Derived Type

type, public :: ply_lagrange_type


Components

Type Visibility Attributes Name Initial
integer, public :: nPoints

Number of points to represent the Lagrange polynomials

real(kind=rk), public, allocatable :: coords(:)

Coordinates of the points where the nodes are to be found.

real(kind=rk), public, allocatable :: values(:)

Values of the function at all coords.