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

Functions

void bicg1 (int n, const double val[], const int rowptr[], const int colind[], const double b[], double x[], double tol, int maxiter, int *iter, double *res, int lwork, double work[], int *info)
 Solution of linear system Ax = b using bi-conjugate gradient (BICG) method (Simple driver)