KTH framework for Nek5000 toolboxes; testing version  0.0.1
mxm_wrapper.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine mxm (a, n1, b, n2, c, n3)
 
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 
)

Definition at line 89 of file mxm_wrapper.f.

References mxmf2().

+ Here is the call graph for this function:

◆ mxm()

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

Definition at line 1 of file mxm_wrapper.f.

References dgemm(), dnekclock(), mxm_bgq_10(), mxm_bgq_16(), mxm_bgq_6(), mxm_bgq_8(), and mxmf2().

+ Here is the call graph for this function: