| 197 | // Instantiate the test |
| 198 | |
| 199 | TEST_P(HPMV, chpmv) { |
| 200 | TestParams params; |
| 201 | |
| 202 | getParams(¶ms); |
| 203 | hpmvCorrectnessTest<FloatComplex>(¶ms); |
| 204 | } |
| 205 | |
| 206 | TEST_P(HPMV, zhpmv) { |
| 207 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected