Searched refs:CLANGE_F95 (Results 1 – 4 of 4) sorted by relevance
/dports/math/lapack95/LAPACK95/SRC/ |
H A D | la_clange.f90 | 1 FUNCTION CLANGE_F95( A, NORM, INFO ) function 14 REAL(WP) :: CLANGE_F95 local 101 CLANGE_F95 = LANGE_F77( LNORM, M, N, A, LDA, WORK ) 105 END FUNCTION CLANGE_F95
|
H A D | f95_lapack_single_complex.f90 | 2420 FUNCTION CLANGE_F95( A, NORM, INFO ) 2422 REAL(WP) :: CLANGE_F95 local 2426 END FUNCTION CLANGE_F95
|
H A D | f95_lapack_single_double_complex.f90 | 3422 FUNCTION CLANGE_F95( A, NORM, INFO ) 3424 REAL(WP) :: CLANGE_F95 local 3428 END FUNCTION CLANGE_F95
|
H A D | f95_lapack_single_double_complex_dcomplex.f90 | 4438 FUNCTION CLANGE_F95( A, NORM, INFO ) 4440 REAL(WP) :: CLANGE_F95 local 4444 END FUNCTION CLANGE_F95
|