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

Functions

void ztrsv (char uplo, char trans, char diag, int n, int lda, doublecomplex a[], doublecomplex x[], int incx)
 Solution of Ax = b, ATx = b or AHx = b (complex triangular matrices) (BLAS 2)