ply_transfer_P_dim Subroutine

public subroutine ply_transfer_P_dim(indat, indim, outdat, outdim, degree)

Transfer the polynomial in P representation from on dimension to another one.

Only needed for P polynomials, for Q this trivially copying of contiguous memory.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: indat(:)

Input data to transfer to output data.

integer, intent(in) :: indim

Dimension of the input polynomial.

real(kind=rk), intent(out) :: outdat(:)

Output data to fill with input data.

integer, intent(in) :: outdim

Dimension of the output polynomial.

integer, intent(in) :: degree

Maximal polynomial degree in the output data.


Called by

proc~~ply_transfer_p_dim~~CalledByGraph proc~ply_transfer_p_dim ply_transfer_P_dim proc~ply_subres_import_color ply_subres_import_color proc~ply_subres_import_color->proc~ply_transfer_p_dim

Contents