Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Dftools.f928 subroutine fMtxVdimVecCp( a, b, na, nb, m, n ) subroutine
933 integer na, nb, m, n local
934 real*8 a(n,na), b(n,nb)
936 integer i, j local
H A Dusr.h97 #define fMtxVdimVecCp FortranCInterface_GLOBAL_(fmtxvdimveccp,FMTXVDIMVECCP) macro