代码搜索结果

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

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

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

gpfa2f.f

* fortran version of *gpfa2* - * radix-2 section of self-sorting, in-place, generalized pfa * central radix-2 and radix-8 passes included * so that transform length can be any power o

gpfa5f.f

* fortran version of *gpfa5* - * radix-5 section of self-sorting, in-place, * generalized pfa * *------------------------------------------------------------------- * subroutine g

gpfa3f.f

* fortran version of *gpfa3* - * radix-3 section of self-sorting, in-place * generalized PFA * *------------------------------------------------------------------- * subroutine gp