Searched defs:CPPSV_F95 (Results 1 – 1 of 1) sorted by relevance
/dports/math/lapack95/LAPACK95/SRC/ |
H A D | la_cppsv.f90 | 1 SUBROUTINE CPPSV_F95( A, B, UPLO, INFO ) subroutine 14 CHARACTER(LEN=1), INTENT(IN), OPTIONAL :: UPLO 15 INTEGER, INTENT(OUT), OPTIONAL :: INFO 17 COMPLEX(WP), INTENT(INOUT) :: A(:), B(:,:) 92 END SUBROUTINE CPPSV_F95 argument
|