Instantiate the test
| 208 | |
| 209 | // Instantiate the test |
| 210 | TEST_P(HBMV, chbmv) { |
| 211 | TestParams params; |
| 212 | |
| 213 | getParams(¶ms); |
| 214 | hbmvCorrectnessTest<FloatComplex>(¶ms); |
| 215 | } |
| 216 | |
| 217 | TEST_P(HBMV, zhbmv) { |
| 218 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected