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

Functions

void sor_r (int n, const double b[], double x[], int maxiter, int *iter, double *res, int lwork, double work[], int *info, double xx[], double yy[], int *irev)
 Solution of linear system Ax = b using Successive over-relaxation (SOR) method (Reverse communication version)