MCPcopy Create free account
hub / github.com/bgrimstad/splinter / consistentData

Method consistentData

include/linearsolvers.h:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 virtual bool doSolve(const lhs &A, const rhs &b, rhs &x) const = 0;
45
46 bool consistentData(const lhs &A, const rhs &b) const
47 {
48 return A.rows() == b.rows();
49 }
50
51 bool validSolution(const lhs &A, const rhs &b, const rhs &x) const
52 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected