scipy.linalg.lapack.cpftrs#
- scipy.linalg.lapack.cpftrs(n, a, b[, transr, uplo, overwrite_b]) = <fortran function cpftrs>#
cpftrs
的包装器。- 参数:
- n输入整数
- a输入秩为1的数组(‘F’),边界为(nt)
- b输入秩为2的数组(‘F’),具有边界(ldb, nhrs)
- 返回:
- x秩为2的数组(‘F’),边界为(ldb, nhrs),存储为b
- 信息整数
- 其他参数:
- transr输入字节,可选
默认值:’N’
- 上传输入字节,可选
默认值:’U’
- overwrite_b输入 整数, 可选
默认值: 0