scipy.linalg.lapack.cpttrs#
- scipy.linalg.lapack.cpttrs(d, e, b[, lower, overwrite_b]) = <fortran function cpttrs>#
用于
cpttrs
的包装器。- 参数:
- d输入秩为 1 的数组(‘f’) 具有边界 (n)
- e输入秩为 1 的数组(‘F’) 具有边界 ((n > 0?-1 + n:0))
- b输入秩为 2 的数组(‘F’) 具有边界 (ldb,nrhs)
- 返回值:
- x秩为 2 的数组(‘F’) 具有边界 (ldb,nrhs) 并且是 b 的存储空间
- infoint
- 其他参数:
- lower输入 int,可选
默认值: 0
- overwrite_b输入 int,可选
默认值: 0