Neko  0.8.99
A portable framework for high-order spectral element flow simulations
tensor::transpose Interface Reference

Private Member Functions

subroutine trsp (a, lda, b, ldb)
 Transpose of a rectangular tensor \( A = B^T \). More...
 
subroutine trsp1 (a, n)
 In-place transpose of a square tensor. More...
 

Detailed Description

Definition at line 74 of file tensor.f90.

Member Function/Subroutine Documentation

◆ trsp()

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 
)
private

Definition at line 120 of file tensor.f90.

◆ trsp1()

subroutine tensor::transpose::trsp1 ( real(kind=rp), dimension(n, n), intent(inout)  a,
integer, intent(in)  n 
)
private

Definition at line 136 of file tensor.f90.


The documentation for this interface was generated from the following file: