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