KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
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) |
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().
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().