PPTRF: computes the Cholesky factorization of a complex Hermitian positive definite matrix A stored in packed format. 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...
|
| pure subroutine | cpptrf (uplo, n, ap, info) |
| |
| | la_cpptrf |
| |
| pure subroutine | dpptrf (uplo, n, ap, info) |
| |
| | la_dpptrf |
| |
| | la_qpptrf |
| |
| pure subroutine | spptrf (uplo, n, ap, info) |
| |
| | la_spptrf |
| |
| | la_wpptrf |
| |
| pure subroutine | zpptrf (uplo, n, ap, info) |
| |
| | la_zpptrf |
| |
PPTRF: computes the Cholesky factorization of a complex Hermitian positive definite matrix A stored in packed format. 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.
◆ cpptrf()
| pure subroutine la_lapack::pptrf::cpptrf |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(sp), dimension(*), intent(inout) | ap, |
|
|
integer(ilp), intent(out) | info ) |
◆ dpptrf()
| pure subroutine la_lapack::pptrf::dpptrf |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
real(dp), dimension(*), intent(inout) | ap, |
|
|
integer(ilp), intent(out) | info ) |
◆ la_cpptrf()
| la_lapack::pptrf::la_cpptrf |
◆ la_dpptrf()
| la_lapack::pptrf::la_dpptrf |
◆ la_qpptrf()
| la_lapack::pptrf::la_qpptrf |
◆ la_spptrf()
| la_lapack::pptrf::la_spptrf |
◆ la_wpptrf()
| la_lapack::pptrf::la_wpptrf |
◆ la_zpptrf()
| la_lapack::pptrf::la_zpptrf |
◆ spptrf()
| pure subroutine la_lapack::pptrf::spptrf |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
real(sp), dimension(*), intent(inout) | ap, |
|
|
integer(ilp), intent(out) | info ) |
◆ zpptrf()
| pure subroutine la_lapack::pptrf::zpptrf |
( |
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(dp), dimension(*), intent(inout) | ap, |
|
|
integer(ilp), intent(out) | info ) |
The documentation for this interface was generated from the following file: