Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_zpttrf
Interface
24 statements
Source File
stdlib_lapack_solve.fypp
stdlib_lapack_solve
stdlib_zpttrf
Contents
None
interface
public pure module subroutine stdlib_zpttrf(n, d, e, info)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=ilp),
intent(in)
::
n
real(kind=dp),
intent(inout)
::
d
(*)
complex(kind=dp),
intent(inout)
::
e
(*)
integer(kind=ilp),
intent(out)
::
info