tfttp Interface

public interface tfttp

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


Subroutines

public pure subroutine ctfttp(transr, uplo, n, arf, ap, 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) :: ap(0:*)
integer(kind=ilp), intent(out) :: info

public pure subroutine dtfttp(transr, uplo, n, arf, ap, 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) :: ap(0:*)
integer(kind=ilp), intent(out) :: info

public pure subroutine stfttp(transr, uplo, n, arf, ap, 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) :: ap(0:*)
integer(kind=ilp), intent(out) :: info

public pure subroutine ztfttp(transr, uplo, n, arf, ap, 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) :: ap(0:*)
integer(kind=ilp), intent(out) :: info

Module Procedures

public interface stdlib_ctfttp()

Arguments

None

public interface stdlib_dtfttp()

Arguments

None

public interface stdlib_stfttp()

Arguments

None

public interface stdlib_ztfttp()

Arguments

None