![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
| void | ztbmv (char uplo, char trans, char diag, int n, int k, int ldab, doublecomplex ab[], doublecomplex x[], int incx) |
| x <- Ax, x <- ATx or x <- AHx (complex triangular band matrices) (BLAS 2) | |