Home
last modified time | relevance | path

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

/phasta/phSolver/incompressible/
H A Dftools.f267 subroutine flesDaxpy ( x, y, a, m, n ) subroutine
270 integer m, n, i, j local
271 real*8 x(n,m), y(n,m)
272 real*8 a local
H A Dusr.h86 #define flesDaxpy FortranCInterface_GLOBAL_(flesdaxpy,FLESDAXPY) macro