Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Dftools.f328 subroutine fMtxBlkDot2( x, y, c, m, n ) subroutine
333 integer m, n local
334 real*8 x(n,m), y(n), c(m)
336 real*8 tmp1, tmp2, tmp3, tmp4
337 real*8 tmp5, tmp6, tmp7, tmp8
338 integer i, j, m1
349 1000 continue
357 2000 continue
368 3000 continue
382 4000 continue
[all …]
H A Dusr.h93 #define fMtxBlkDot2 FortranCInterface_GLOBAL_(fmtxblkdot2,FMTXBLKDOT2) macro