Octopus
lapack_oct_m::lapack_gelss Interface Reference

Detailed Description

Definition at line 458 of file lapack.F90.

Public Member Functions

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

Member Function/Subroutine Documentation

◆ dgelss()

subroutine lapack_oct_m::lapack_gelss::dgelss ( integer, intent(in)  m,
integer, intent(in)  n,
integer, intent(in)  nrhs,
real(real64), intent(inout)  a,
integer, intent(in)  lda,
real(real64), intent(inout)  b,
integer, intent(in)  ldb,
real(real64), intent(out)  s,
real(real64), intent(in)  rcond,
integer, intent(out)  rank,
real(real64), intent(out)  work,
integer, intent(in)  lwork,
integer, intent(out)  info 
)

Definition at line 459 of file lapack.F90.

◆ zgelss()

subroutine lapack_oct_m::lapack_gelss::zgelss ( integer, intent(in)  m,
integer, intent(in)  n,
integer, intent(in)  nrhs,
complex(real64), intent(inout)  a,
integer, intent(in)  lda,
complex(real64), intent(inout)  b,
integer, intent(in)  ldb,
real(real64), intent(out)  s,
real(real64), intent(in)  rcond,
integer, intent(out)  rank,
complex(real64), intent(out)  work,
integer, intent(in)  lwork,
real(real64), intent(out)  rwork,
integer, intent(out)  info 
)

Definition at line 477 of file lapack.F90.


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