Skip to content

Commit 81ebb3f

Browse files
committed
ncs in gelsd
1 parent 7dde49c commit 81ebb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_least_squares.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ submodule (stdlib_linalg) stdlib_linalg_least_squares
322322
! Solve system using singular value decomposition
323323
call gelsd(m,n,nrhs,amat,lda,xmat,ldb,singular,rcond,arank, &
324324
#:if rt.startswith('complex')
325-
cwork,nrs,rwork,iwork,info)
325+
cwork,ncs,rwork,iwork,info)
326326
#:else
327327
rwork,nrs,iwork,info)
328328
#:endif

0 commit comments

Comments
 (0)