tpttf Interface

public interface tpttf

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


Subroutines

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

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

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

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

Module Procedures

public interface stdlib_ctpttf()

Arguments

None

public interface stdlib_dtpttf()

Arguments

None

public interface stdlib_stpttf()

Arguments

None

public interface stdlib_ztpttf()

Arguments

None