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

Public Member Functions

subroutine dgelss (m, n, nrhs, a, lda, b, ldb, s, rcond, rank, work, lwork, info)
 ...
 

Detailed Description

Definition at line 367 of file lapack.F.

Member Function/Subroutine Documentation

◆ dgelss()

subroutine lapack::lapack_sgelss::dgelss ( integer  m,
integer  n,
integer  nrhs,
real(kind=dp), dimension(lda, *)  a,
integer  lda,
real(kind=dp), dimension(ldb, *)  b,
integer  ldb,
real(kind=dp), dimension(*)  s,
real(kind=dp)  rcond,
integer  rank,
real(kind=dp), dimension(*)  work,
integer  lwork,
integer  info 
)

...

Parameters
m...
n...
nrhs...
a...
lda...
b...
ldb...
s...
rcond...
rank...
work...
lwork...
info...

Definition at line 384 of file lapack.F.


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