XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions
dtrtrs.c File Reference

Functions

void dtrtrs (char uplo, char trans, char diag, int n, int nrhs, int lda, double a[], int ldb, double b[], int *info)
 Solution to system of linear equations AX = B or ATX = B for a triangular matrix