dqrsl#

rlinalg.linpack.dqrsl(*args, **kwargs)#

Wrapper for dqrsl.

Parameters:
  • x (input rank-2 array('d') with bounds (ldx,p))

  • qraux (input rank-1 array('d') with bounds (p))

  • y (input rank-1 array('d') with bounds (n))

  • qy (in/output rank-1 array('d') with bounds (*))

  • qty (in/output rank-1 array('d') with bounds (*))

  • b (in/output rank-1 array('d') with bounds (*))

  • rsd (in/output rank-1 array('d') with bounds (*))

  • xb (in/output rank-1 array('d') with bounds (*))

  • job (input int)

  • overwrite_x (input int, optional) – Default: 1

  • ldx (input int, optional) – Default: shape(x, 0)

  • n (input int, optional) – Default: shape(y,0)

  • k (input int, optional) – Default: shape(x,1)

Returns:

info (int)