scipy.linalg.lapack.strttf#

scipy.linalg.lapack.strttf(a[, transr, uplo]) = <fortran function strttf>#

strttf 的包装器。

参数:
a输入秩为 2 的数组(‘f’),边界为 (lda,n)
返回值:
arf秩为 1 的数组(‘f’),边界为 ((n + n * n) / 2)
infoint
其他参数:
transr输入字节,可选

默认值:‘N’

uplo输入字节,可选

默认值:‘U’