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

Functions

void dgbtrs (char trans, int n, int kl, int ku, int nrhs, int ldab, double ab[], int ipiv[], int ldb, double b[], int *info)
 Solution to LU factorized system of linear equations AX = B or ATX = B for a general band matrix