Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Dftools.f1061 subroutine fMtxVdimVecDaxpy( a, b, c, na, nb, m, n ) subroutine
1066 integer na, nb, m, n local
1067 real*8 a(n,na), b(n,nb), c(m)
1069 integer i, j local
H A Dusr.h99 #define fMtxVdimVecDaxpy FortranCInterface_GLOBAL_(fmtxvdimvecdaxpy,FMTXVDIMVECDAXPY) macro