|
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...
|
|
Definition at line 74 of file tensor.f90.
◆ 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 |
◆ trsp1()
subroutine tensor::transpose::trsp1 |
( |
real(kind=rp), dimension(n, n), intent(inout) |
a, |
|
|
integer, intent(in) |
n |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: