scipy.linalg.lapack.dstemr_lwork#
- scipy.linalg.lapack.dstemr_lwork(d, e, range, vl, vu, il, iu[, compute_v, overwrite_d, overwrite_e]) = <fortran function dstemr_lwork>#
用于
dstemr_lwork
的包装器。- 参数:
- d输入秩为 1 的数组(‘d’) 范围为 (n)
- e输入秩为 1 的数组(‘d’) 范围为 (n)
- range输入 int
- vl输入 float
- vu输入 float
- il输入 int
- iu输入 int
- 返回值:
- workfloat
- iworkint
- infoint
- 其他参数:
- overwrite_d输入 int,可选
默认值: 0
- overwrite_e输入 int,可选
默认值: 0
- compute_v输入 int,可选
默认值: 1