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::dpotrs Interface Reference

Public Member Functions

subroutine dpotrs (uplo, n, nrhs, a, lda, b, ldb, info)
 

Detailed Description

Definition at line 318 of file lapack.f90.

Constructor & Destructor Documentation

◆ dpotrs()

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

Definition at line 318 of file lapack.f90.


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