trttf Interface

public interface trttf

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


Subroutines

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

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

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

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

Module Procedures

public interface stdlib_ctrttf()

Arguments

None

public interface stdlib_dtrttf()

Arguments

None

public interface stdlib_strttf()

Arguments

None

public interface stdlib_ztrttf()

Arguments

None