scipy.linalg.lapack.cheequb#

scipy.linalg.lapack.cheequb(a[, lower]) = <fortran function cheequb>#

用于 cheequb 的包装器。

参数:
a输入秩为 2 的数组(‘F’) ,边界为 (lda,n)
返回值:
s秩为 1 的数组(‘f’) ,边界为 (n)
scond浮点数
amax浮点数
info整数
其他参数:
lower输入整数,可选

默认值: 0