Skip to main content

LagrangeDegree_Line

Returns the degree of monomials for Lagrange polynomials.

Interface

INTERFACE
MODULE PURE FUNCTION LagrangeDegree_Line(order) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: order
INTEGER(I4B), ALLOCATABLE :: ans(:, :)
END FUNCTION LagrangeDegree_Line
END INTERFACE