MCPcopy Create free account
hub / github.com/avaneev/biteopt / calcNistMisra1b_p

Function calcNistMisra1b_p

tests/test_nist.cpp:750–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750static void calcNistMisra1b_p( double* const minv, double* const maxv,
751 const int N, double* const optv )
752{
753 minv[ 0 ] = 33.8; maxv[ 0 ] = 642.2;
754 minv[ 1 ] = 3.9039e-005; maxv[ 1 ] = 0.00074174;
755
756 *optv = 7.5464681533e-002;
757}
758
759static const CTestFn TestFnNistMisra1b = { "NistMisra1b", 2, 0.0, 0.0,
760 0.0, &calcNistMisra1b, &calcNistMisra1b_p };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected