Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Dftools.f989 subroutine fMtxVdimVecDot2( a, b, c, na, nb, m, n ) subroutine
994 integer na, nb, m, n local
995 real*8 a(n,na), b(n,nb), c(m)
997 integer i, j local
H A Dusr.h98 #define fMtxVdimVecDot2 FortranCInterface_GLOBAL_(fmtxvdimvecdot2,FMTXVDIMVECDOT2) macro