MCPcopy Create free account
hub / github.com/clMathLibraries/clSPARSE / clsparseSolverPrintMode

Function clsparseSolverPrintMode

src/library/solvers/solver-control.cpp:91–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91clsparseStatus
92clsparseSolverPrintMode(clSParseSolverControl solverControl, PRINT_MODE mode)
93{
94 if (solverControl == nullptr)
95 {
96 return clsparseInvalidSolverControlObject;
97 }
98
99 solverControl->printMode = mode;
100
101 return clsparseSuccess;
102}

Callers 4

mainFunction · 0.85
SetUpMethod · 0.85
xBiCGStabMethod · 0.85
xCGMethod · 0.85

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.68