scipy.linalg.lapack.dstebz#
- scipy.linalg.lapack.dstebz(d, e, range, vl, vu, il, iu, tol, order) = <fortran function dstebz>#
dstebz
的包装器。- 参数:
- d输入秩为1的数组(‘d’),边界为(n)
- e输入秩为1的数组(‘d’),边界为(-1 + n)
- 范围输入整数
- vl输入浮点数
- vu输入浮点数
- il输入整数
- iu输入整数
- tol输入浮点数
- 顺序输入字节
- 返回:
- m整数
- w秩为1的数组(‘d’),边界为(n)
- iblockrank-1 array(‘i’) 具有边界 (n)
- isplitrank-1 array(‘i’) 具有边界 (n)
- 信息整数