scipy.linalg.lapack.strttf# scipy.linalg.lapack.strttf(a[, transr, uplo]) = <fortran 函数 strttf># strttf 的包装器。 参数: a输入秩为 2 的数组(‘f’),边界为 (lda,n) 返回: arf秩为 1 的数组(‘f’),边界为 ((n + n * n) / 2) infoint 其他参数: transr输入字节,可选默认值:‘N’ uplo输入字节,可选默认值:‘U’