Lines Matching defs:a
52 subroutine fMtxVdimVecMult( a, b, c, na, nb, nc, m, n ) argument
58 real*8 a(n,na), b(n,nb), c(n,nc) local
113 subroutine flesZero ( a, m, n ) argument
117 real*8 a(n,m) local
132 subroutine flesCp ( a, b, m, n ) argument
136 real*8 a(n,m), b(n,m) local
151 subroutine flesScale ( a, s, m, n ) argument
155 real*8 a(n,m), s local
170 subroutine flesScaleCp ( a, b, s, m, n ) argument
174 real*8 a(n,m), b(n,m), s local
189 subroutine flesAdd ( a, b, m, n ) argument
193 real*8 a(n,m), b(n,m) local
208 subroutine flesSub ( a, b, m, n ) argument
212 real*8 a(n,m), b(n,m) local
231 real*8 a(n,m) local
251 real*8 a(n,m), b(n,m) local
267 subroutine flesDaxpy ( x, y, a, m, n ) argument
272 real*8 a local
287 subroutine flesDxpay ( x, y, a, m, n ) argument
292 real*8 a local
928 subroutine fMtxVdimVecCp( a, b, na, nb, m, n ) argument
934 real*8 a(n,na), b(n,nb) local
989 subroutine fMtxVdimVecDot2( a, b, c, na, nb, m, n ) argument
995 real*8 a(n,na), b(n,nb), c(m) local
1061 subroutine fMtxVdimVecDaxpy( a, b, c, na, nb, m, n ) argument
1067 real*8 a(n,na), b(n,nb), c(m) local