trtrs
- void trtrs(char uplo, char trans, char diag, f_int n, f_int nrhs, f_float* a, f_int lda, f_float* b, f_int ldb, f_int info)
- void trtrs(char uplo, char trans, char diag, f_int n, f_int nrhs, f_double* a, f_int lda, f_double* b, f_int ldb, f_int info)
- void trtrs(char uplo, char trans, char diag, f_int n, f_int nrhs, f_cfloat* a, f_int lda, f_cfloat* b, f_int ldb, f_int info)
- void trtrs(char uplo, char trans, char diag, f_int n, f_int nrhs, f_cdouble* a, f_int lda, f_cdouble* b, f_int ldb, f_int info)
Solves a triangular system of linear equations AX=B, A**T X=B or A**H X=B.