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