Skip to main content

InvHilbertMatrix

Returns the inverse of Hilbert matrix.

INTERFACE
MODULE PURE FUNCTION InvHilbertMatrix(n) RESULT(Ans)
INTEGER(I4B), INTENT(IN) :: n
REAL(DFP) :: Ans(n, n)
END FUNCTION InvHilbertMatrix
END INTERFACE