scipy.linalg.lapack.dstebz#
- scipy.linalg.lapack.dstebz(d, e, range, vl, vu, il, iu, tol, order) = <fortran 函数 dstebz>#
dstebz
的包装器。- 参数:
- d输入秩为 1 的数组(‘d’),边界为 (n)
- e输入秩为 1 的数组(‘d’),边界为 (-1 + n)
- range输入 int
- vl输入 float
- vu输入 float
- il输入 int
- iu输入 int
- tol输入 float
- order输入 bytes
- 返回:
- mint
- w秩为 1 的数组(‘d’),边界为 (n)
- iblock秩为 1 的数组(‘i’),边界为 (n)
- isplit秩为 1 的数组(‘i’),边界为 (n)
- infoint