Searched defs:fMtxVdimVecMult (Results 1 – 2 of 2) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | ftools.f | 52 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 D | usr.h | 92 #define fMtxVdimVecMult FortranCInterface_GLOBAL_(fmtxvdimvecmult,FMTXVDIMVECMULT) macro
|