MCPcopy Create free account
hub / github.com/bgrimstad/splinter / operator==

Function operator==

test/operatoroverloads.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19{
20
21bool operator==(const SPLINTER::SparseMatrix &lhs, const SPLINTER::SparseMatrix &rhs)
22{
23 return SPLINTER::DenseMatrix(lhs) == SPLINTER::DenseMatrix(rhs);
24}
25
26bool operator==(const SPLINTER::SparseVector &lhs, const SPLINTER::SparseVector &rhs)
27{

Callers

nothing calls this directly

Calls 9

equalsWithinRangeFunction · 0.85
getDimXMethod · 0.80
getXMethod · 0.80
getYMethod · 0.80
getDomainLowerBoundMethod · 0.80
getDomainUpperBoundMethod · 0.80
getKnotVectorsMethod · 0.45
getBasisDegreesMethod · 0.45

Tested by

no test coverage detected