dqrdc2#
- rlinalg.linpack.dqrdc2(*args, **kwargs)#
Wrapper for
dqrdc2.- Parameters:
x (input rank-2 array('d') with bounds (n,p))
tol (input float)
overwrite_x (input int, optional) – Default: 0
ldx (input int, optional) – Default: shape(x, 0)
n (input int, optional) – Default: shape(x, 0)
p (input int, optional) – Default: shape(x, 1)
- Returns:
x (rank-2 array(‘d’) with bounds (n,p))
k (int)
qraux (rank-1 array(‘d’) with bounds (p))
jpvt (rank-1 array(‘i’) with bounds (p))