Next: Maggot/Onion Recursive Procedure Conundrum
Up: Interfaces
Previous: Interfaces
And the answer is...
INTERFACE
SUBROUTINE SGETRI_F90(A, IPIV, INFO )
USE LA_PRECISION, ONLY:WP
REAL(KIND=WP), INTENT(INOUT), DIMENSION(:,:) :: A
INTEGER, INTENT(IN), DIMENSION(:) :: IPIV
INTEGER, INTENT(OUT) :: INFO
END SUBROUTINE SGETRI_F90
END INTERFACE
Next: Maggot/Onion Recursive Procedure Conundrum
Up: Interfaces
Previous: Interfaces
©University of Liverpool, 1997
Thu May 29 10:11:26 BST 1997Not for commercial use.