| 677 | } |
| 678 | |
| 679 | static void calcNistMGH17_p( double* const minv, double* const maxv, |
| 680 | const int N, double* const optv ) |
| 681 | { |
| 682 | minv[ 0 ] = 0.037541; maxv[ 0 ] = 0.71328; |
| 683 | minv[ 1 ] = 0.19358; maxv[ 1 ] = 3.6781; |
| 684 | minv[ 2 ] = -2.7829; maxv[ 2 ] = -0.14647; |
| 685 | minv[ 3 ] = 0.0012868; maxv[ 3 ] = 0.024448; |
| 686 | minv[ 4 ] = 0.0022123; maxv[ 4 ] = 0.042033; |
| 687 | |
| 688 | *optv = 5.4648946975e-005; |
| 689 | } |
| 690 | |
| 691 | static const CTestFn TestFnNistMGH17 = { "NistMGH17", 5, 0.0, 0.0, |
| 692 | 0.0, &calcNistMGH17, &calcNistMGH17_p }; |
nothing calls this directly
no outgoing calls
no test coverage detected