| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Public Member Functions | |
| subroutine | trsp (a, lda, b, ldb) | 
| Transpose of a rectangular tensor \( A = B^T \).   | |
| subroutine | trsp1 (a, n) | 
| In-place transpose of a square tensor.   | |
Definition at line 74 of file tensor.f90.
| subroutine tensor::transpose::trsp | ( | real(kind=rp), dimension(lda, ldb), intent(inout) | a, | 
| integer, intent(in) | lda, | ||
| real(kind=rp), dimension(ldb, lda), intent(in) | b, | ||
| integer, intent(in) | ldb | ||
| ) | 
Definition at line 120 of file tensor.f90.
| subroutine tensor::transpose::trsp1 | ( | real(kind=rp), dimension(n, n), intent(inout) | a, | 
| integer, intent(in) | n | ||
| ) | 
Definition at line 136 of file tensor.f90.