Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Dftools.f52 subroutine fMtxVdimVecMult( a, b, c, na, nb, nc, m, n ) subroutine
57 integer na, nb, nc, m, n local
58 real*8 a(n,na), b(n,nb), c(n,nc)
60 integer i, j local
H A Dusr.h92 #define fMtxVdimVecMult FortranCInterface_GLOBAL_(fmtxvdimvecmult,FMTXVDIMVECMULT) macro