PFTRF: computes the Cholesky factorization of a complex Hermitian positive definite 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. This is the block version of the algorithm, calling Level 3 BLAS.
More...
|
pure subroutine | cpftrf (transr, uplo, n, a, info) |
|
| la_cpftrf |
|
pure subroutine | dpftrf (transr, uplo, n, a, info) |
|
| la_dpftrf |
|
| la_qpftrf |
|
pure subroutine | spftrf (transr, uplo, n, a, info) |
|
| la_spftrf |
|
| la_wpftrf |
|
pure subroutine | zpftrf (transr, uplo, n, a, info) |
|
| la_zpftrf |
|
PFTRF: computes the Cholesky factorization of a complex Hermitian positive definite 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. This is the block version of the algorithm, calling Level 3 BLAS.
◆ cpftrf()
pure subroutine la_lapack::pftrf::cpftrf |
( |
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(0:*), intent(inout) |
a, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ dpftrf()
pure subroutine la_lapack::pftrf::dpftrf |
( |
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(0:*), intent(inout) |
a, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_cpftrf()
la_lapack::pftrf::la_cpftrf |
◆ la_dpftrf()
la_lapack::pftrf::la_dpftrf |
◆ la_qpftrf()
la_lapack::pftrf::la_qpftrf |
◆ la_spftrf()
la_lapack::pftrf::la_spftrf |
◆ la_wpftrf()
la_lapack::pftrf::la_wpftrf |
◆ la_zpftrf()
la_lapack::pftrf::la_zpftrf |
◆ spftrf()
pure subroutine la_lapack::pftrf::spftrf |
( |
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(0:*), intent(inout) |
a, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ zpftrf()
pure subroutine la_lapack::pftrf::zpftrf |
( |
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(0:*), intent(inout) |
a, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: