Octopus
lapack_oct_m::dpstrf Interface Reference

Detailed Description

Definition at line 163 of file lapack.F90.

Public Member Functions

subroutine dpstrf (uplo, n, a, lda, piv, rank, tol, work, info)
 

Constructor & Destructor Documentation

◆ dpstrf()

subroutine lapack_oct_m::dpstrf::dpstrf ( character(len=1), intent(in)  uplo,
integer, intent(in)  n,
real(real64), intent(inout)  a,
integer, intent(in)  lda,
integer, intent(out)  piv,
integer, intent(out)  rank,
real(real64), intent(in)  tol,
real(real64), intent(inout)  work,
integer, intent(out)  info 
)

Definition at line 163 of file lapack.F90.


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