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

Functions

void csc_zussv_sor (char uplo, int n, const doublecomplex val[], const int colptr[], const int rowind[], int base, double omega, doublecomplex x[], int incx, int *info)
 Solution of (D/ω + L)x = b or (D/ω + U)x = b (for SOR solver) (Complex matrices) (CSC)