Skip to main content

LobattoMonomialExpansion

Returns all the monomial expansion of a Lobatto polynomials.

Interface

INTERFACE
MODULE PURE FUNCTION LobattoMonomialExpansion(n) RESULT(ans)
INTEGER(I4B), INTENT(IN) :: n
REAL(DFP) :: ans(1:n + 1)
END FUNCTION LobattoMonomialExpansion
END INTERFACE
  • n : is the order of the polynomial
  • ans(:) contains the coefficient of monomials for polynomial order=n