Home
last modified time | relevance | path

Searched defs:fMtxBlkDaxpy (Results 1 – 2 of 2) sorted by relevance

/phasta/phSolver/incompressible/ !
H A Dftools.f510 subroutine fMtxBlkDaxpy( x, y, c, m, n ) subroutine
515 integer m, n local
516 real*8 x(n,m), y(n), c(m)
518 real*8 tmp1, tmp2, tmp3, tmp4
519 real*8 tmp5, tmp6, tmp7, tmp8
520 integer i, j, m1
530 1000 continue
538 2000 continue
547 3000 continue
559 4000 continue
[all …]
H A Dusr.h94 #define fMtxBlkDaxpy FortranCInterface_GLOBAL_(fmtxblkdaxpy,FMTXBLKDAXPY) macro