scipy.linalg.lapack.dgelsy#
- scipy.linalg.lapack.dgelsy(a, b, jptv, cond, lwork[, overwrite_a, overwrite_b]) = <fortran function dgelsy>#
Wrapper for
dgelsy
.- Parameters:
- ainput rank-2 array(‘d’) with bounds (m,n)
- binput rank-2 array(‘d’) with bounds (maxmn,nrhs)
- jptvinput rank-1 array(‘i’) with bounds (n)
- condinput float
- lworkinput int
- Returns:
- vrank-2 array(‘d’) with bounds (m,n) and a storage
- xrank-2 array(‘d’) with bounds (maxmn,nrhs) and b storage
- jrank-1 array(‘i’) with bounds (n) and jptv storage
- rankint
- infoint
- Other Parameters:
- overwrite_ainput int, optional
Default: 0
- overwrite_binput int, optional
Default: 0