(git:c5411e0)
Loading...
Searching...
No Matches
lapack::lapack_sgesv Interface Reference

Public Member Functions

subroutine dgesv (n, nrhs, a, lda, ipiv, b, ldb, info)
 ...
 

Detailed Description

Definition at line 319 of file lapack.F.

Member Function/Subroutine Documentation

◆ dgesv()

subroutine lapack::lapack_sgesv::dgesv ( integer  n,
integer  nrhs,
real(kind=dp), dimension(lda, *)  a,
integer  lda,
integer, dimension(*)  ipiv,
real(kind=dp), dimension(ldb, *)  b,
integer  ldb,
integer  info 
)

...

Parameters
n...
nrhs...
a...
lda...
ipiv...
b...
ldb...
info...

Definition at line 331 of file lapack.F.


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