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

Function checkNorms

test/testingutilities.cpp:856–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854}
855
856void checkNorms(DenseMatrix normValues, size_t numPoints, double one_eps, double two_eps, double inf_eps)
857{
858 checkNorm(normValues, TestType::All, numPoints, one_eps, two_eps, inf_eps);
859}
860
861void checkNorm(DenseMatrix normValues, TestType type, size_t numPoints, double one_eps, double two_eps, double inf_eps)
862{

Callers

nothing calls this directly

Calls 1

checkNormFunction · 0.85

Tested by

no test coverage detected