linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
lapack::dpotrf Interface Reference

Public Member Functions

subroutine dpotrf (uplo, n, a, lda, info)
 

Detailed Description

Definition at line 172 of file lapack.f90.

Constructor & Destructor Documentation

◆ dpotrf()

subroutine lapack::dpotrf::dpotrf ( character, intent(in) uplo,
integer(int32), intent(in) n,
real(real64), dimension(lda,*), intent(inout) a,
integer(int32), intent(in) lda,
integer(int32), intent(out) info )

Definition at line 172 of file lapack.f90.


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