fortran-lapack
Loading...
Searching...
No Matches
la_lapack::pbtrf Interface Reference

PBTRF: computes the Cholesky factorization of a complex Hermitian positive definite band matrix A. The factorization has the form A = U**H * U, if UPLO = 'U', or A = L * L**H, if UPLO = 'L', where U is an upper triangular matrix and L is lower triangular. More...

Public Member Functions

pure subroutine cpbtrf (uplo, n, kd, ab, ldab, info)
 
 la_cpbtrf
 
pure subroutine dpbtrf (uplo, n, kd, ab, ldab, info)
 
 la_dpbtrf
 
 la_qpbtrf
 
pure subroutine spbtrf (uplo, n, kd, ab, ldab, info)
 
 la_spbtrf
 
 la_wpbtrf
 
pure subroutine zpbtrf (uplo, n, kd, ab, ldab, info)
 
 la_zpbtrf
 

Detailed Description

PBTRF: computes the Cholesky factorization of a complex Hermitian positive definite band matrix A. The factorization has the form A = U**H * U, if UPLO = 'U', or A = L * L**H, if UPLO = 'L', where U is an upper triangular matrix and L is lower triangular.

Member Function/Subroutine Documentation

◆ cpbtrf()

pure subroutine la_lapack::pbtrf::cpbtrf ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  kd,
complex(sp), dimension(ldab,*), intent(inout)  ab,
integer(ilp), intent(in)  ldab,
integer(ilp), intent(out)  info 
)

◆ dpbtrf()

pure subroutine la_lapack::pbtrf::dpbtrf ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  kd,
real(dp), dimension(ldab,*), intent(inout)  ab,
integer(ilp), intent(in)  ldab,
integer(ilp), intent(out)  info 
)

◆ la_cpbtrf()

la_lapack::pbtrf::la_cpbtrf

◆ la_dpbtrf()

la_lapack::pbtrf::la_dpbtrf

◆ la_qpbtrf()

la_lapack::pbtrf::la_qpbtrf

◆ la_spbtrf()

la_lapack::pbtrf::la_spbtrf

◆ la_wpbtrf()

la_lapack::pbtrf::la_wpbtrf

◆ la_zpbtrf()

la_lapack::pbtrf::la_zpbtrf

◆ spbtrf()

pure subroutine la_lapack::pbtrf::spbtrf ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  kd,
real(sp), dimension(ldab,*), intent(inout)  ab,
integer(ilp), intent(in)  ldab,
integer(ilp), intent(out)  info 
)

◆ zpbtrf()

pure subroutine la_lapack::pbtrf::zpbtrf ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  kd,
complex(dp), dimension(ldab,*), intent(inout)  ab,
integer(ilp), intent(in)  ldab,
integer(ilp), intent(out)  info 
)

The documentation for this interface was generated from the following file: