Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
sparse_solve.h File Reference
Include dependency graph for sparse_solve.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double SparseMatrix_solve (SparseMatrix A, int dim, double *x0, double *rhs, double tol, double maxit)
 

Function Documentation

◆ SparseMatrix_solve()

double SparseMatrix_solve ( SparseMatrix  A,
int  dim,
double *  x0,
double *  rhs,
double  tol,
double  maxit 
)

Definition at line 135 of file sparse_solve.c.

References A, cg(), diag_precon_new(), free(), maxit, and tol.

Referenced by StressMajorizationSmoother_smooth().

Here is the call graph for this function:
Here is the caller graph for this function: