Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
subroutine | mxm_blas_sp (a, n1, b, n2, c, n3) |
subroutine | mxm_blas_dp (a, n1, b, n2, c, n3) |
subroutine | mxm_blas_qp (a, n1, b, n2, c, n3) |
Definition at line 13 of file mxm_wrapper.F90.
subroutine mxm_wrapper::mxm_blas::mxm_blas_dp | ( | real(kind=dp), dimension(n1, n2), intent(in) | a, |
integer, intent(in) | n1, | ||
real(kind=dp), dimension(n2, n3), intent(in) | b, | ||
integer, intent(in) | n2, | ||
real(kind=dp), dimension(n1, n3), intent(inout) | c, | ||
integer, intent(in) | n3 | ||
) |
Definition at line 52 of file mxm_wrapper.F90.
subroutine mxm_wrapper::mxm_blas::mxm_blas_qp | ( | real(kind=qp), dimension(n1, n2), intent(in) | a, |
integer, intent(in) | n1, | ||
real(kind=qp), dimension(n2, n3), intent(in) | b, | ||
integer, intent(in) | n2, | ||
real(kind=qp), dimension(n1, n3), intent(inout) | c, | ||
integer, intent(in) | n3 | ||
) |
Definition at line 62 of file mxm_wrapper.F90.
subroutine mxm_wrapper::mxm_blas::mxm_blas_sp | ( | real(kind=sp), dimension(n1, n2), intent(in) | a, |
integer, intent(in) | n1, | ||
real(kind=sp), dimension(n2, n3), intent(in) | b, | ||
integer, intent(in) | n2, | ||
real(kind=sp), dimension(n1, n3), intent(inout) | c, | ||
integer, intent(in) | n3 | ||
) |
Definition at line 42 of file mxm_wrapper.F90.