Octopus
lapack_oct_m::lapack_sytri Interface Reference

Detailed Description

Definition at line 590 of file lapack.F90.

Public Member Functions

subroutine dsytri (uplo, n, a, lda, ipiv, work, info)
 
subroutine zsytri (uplo, n, a, lda, ipiv, work, info)
 

Member Function/Subroutine Documentation

◆ dsytri()

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

Definition at line 591 of file lapack.F90.

◆ zsytri()

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

Definition at line 602 of file lapack.F90.


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