tfttr Interface

public interface tfttr

TFTTR copies a triangular matrix A from rectangular full packed format (TF) to standard full format (TR).


Subroutines

public pure subroutine ctfttr(transr, uplo, n, arf, a, lda, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: transr
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(in) :: arf(0:*)
complex(kind=sp), intent(out) :: a(0:lda-1,0:*)
integer(kind=ilp), intent(in) :: lda
integer(kind=ilp), intent(out) :: info

public pure subroutine dtfttr(transr, uplo, n, arf, a, lda, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: transr
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(in) :: arf(0:*)
real(kind=dp), intent(out) :: a(0:lda-1,0:*)
integer(kind=ilp), intent(in) :: lda
integer(kind=ilp), intent(out) :: info

public pure subroutine stfttr(transr, uplo, n, arf, a, lda, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: transr
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
real(kind=sp), intent(in) :: arf(0:*)
real(kind=sp), intent(out) :: a(0:lda-1,0:*)
integer(kind=ilp), intent(in) :: lda
integer(kind=ilp), intent(out) :: info

public pure subroutine ztfttr(transr, uplo, n, arf, a, lda, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: transr
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(in) :: arf(0:*)
complex(kind=dp), intent(out) :: a(0:lda-1,0:*)
integer(kind=ilp), intent(in) :: lda
integer(kind=ilp), intent(out) :: info

Module Procedures

public interface stdlib_ctfttr()

Arguments

None

public interface stdlib_dtfttr()

Arguments

None

public interface stdlib_stfttr()

Arguments

None

public interface stdlib_ztfttr()

Arguments

None