Octopus
lapack_oct_m::lapack_sytrf Interface Reference

Detailed Description

Definition at line 566 of file lapack.F90.

Public Member Functions

subroutine dsytrf (uplo, n, a, lda, ipiv, work, lwork, info)
 
subroutine zsytrf (uplo, n, a, lda, ipiv, work, lwork, info)
 

Member Function/Subroutine Documentation

◆ dsytrf()

subroutine lapack_oct_m::lapack_sytrf::dsytrf ( character(1), intent(in)  uplo,
integer, intent(in)  n,
real(real64), intent(inout)  a,
integer, intent(in)  lda,
integer, intent(out)  ipiv,
real(real64), intent(out)  work,
integer, intent(in)  lwork,
integer, intent(out)  info 
)

Definition at line 567 of file lapack.F90.

◆ zsytrf()

subroutine lapack_oct_m::lapack_sytrf::zsytrf ( character(1), intent(in)  uplo,
integer, intent(in)  n,
complex(real64), intent(inout)  a,
integer, intent(in)  lda,
integer, intent(out)  ipiv,
complex(real64), intent(out)  work,
integer, intent(in)  lwork,
integer, intent(out)  info 
)

Definition at line 578 of file lapack.F90.


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