eTurb
mxm_wrapper.f File Reference

Functions/Subroutines

subroutine mxm (a, n1, b, n2, c, n3)
 Compute matrix-matrix product C = A*B for contiguously packed matrices A,B, and C. More...
 
subroutine fgslib_mxm (a, n1, b, n2, c, n3)
 

Function/Subroutine Documentation

◆ fgslib_mxm()

subroutine fgslib_mxm ( real, dimension(n1,n2)  a,
  n1,
real, dimension(n2,n3)  b,
  n2,
real, dimension(n1,n3)  c,
  n3 
)