MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / error

Function error

extensions/include/cuMat/src/IterativeSolverBase.h:107–111  ·  view source on GitHub ↗

\returns the tolerance error reached during the last solve. * It is a close approximation of the true relative residual error |Ax-b|/|b|. */

Source from the content-addressed store, hash-verified

105 * It is a close approximation of the true relative residual error |Ax-b|/|b|.
106 */
107 RealScalar error() const
108 {
109 CUMAT_ASSERT(initialized_ && "Iterative Solver is not initialized.");
110 return error_;
111 }
112
113 /** \returns the solution x of \f$ A x = b \f$ using the current decomposition of A
114 * and \a x0 as an initial solution.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected