ply_init_fxt Subroutine

public subroutine ply_init_fxt(fxt, header, degree)

Initialize the flpt data structure for fast legendre polynomial transformation via the fxtpack.

Arguments

Type IntentOptional Attributes Name
type(ply_fxt_type), intent(out) :: fxt

Handle to the resulting fast polynomial table.

type(ply_fxt_header_type), intent(in) :: header
integer, intent(in) :: degree

Polynomial degree.