scipy.linalg.lapack.sstebz#
- scipy.linalg.lapack.sstebz(d, e, range, vl, vu, il, iu, tol, order) = <fortran function sstebz>#
sstebz
的包装器。- 参数::
- d输入秩 1 数组(‘f’),边界为 (n)
- e输入秩 1 数组(‘f’),边界为 (-1 + n)
- range输入整数
- vl输入浮点数
- vu输入浮点数
- il输入整数
- iu输入整数
- tol输入浮点数
- order输入字节
- 返回值::
- m整数
- w秩 1 数组(‘f’),边界为 (n)
- iblock秩 1 数组(‘i’),边界为 (n)
- isplit秩 1 数组(‘i’),边界为 (n)
- info整数