代码搜索结果

找到约 10,000 项符合 F 的代码

f_pddrive_abglobal.f

! ! -- Distributed SuperLU routine (version 2.0) -- ! Lawrence Berkeley National Lab, Univ. of California Berkeley. ! July 10, 2003 ! ! program f_pddrive_ABglobal include 'mpif.h' im

f_pddrive.f90

! -- Distributed SuperLU routine (version 2.0) -- ! Lawrence Berkeley National Lab, Univ. of California Berkeley. ! October 15, 2003 ! ! program f_pddrive ! ! Purpose ! ======= ! ! The driver

ppf_lib_f.f

C******************************************************************** C* This version number is the SCCS version number valid only for C* internal configuration and ontrol. C* The oficial version numb

f77_main.f

program f77_main integer maxn, maxnz parameter ( maxn = 10000, maxnz = 100000 ) integer rowind(maxnz), colptr(maxn) real*8 values(maxnz), b(maxn) integer n, nnz, n