| 241 | // Instantiate the test |
| 242 | |
| 243 | TEST_P(HEMV, chemv) { |
| 244 | TestParams params; |
| 245 | |
| 246 | getParams(¶ms); |
| 247 | hemvCorrectnessTest<FloatComplex>(¶ms); |
| 248 | } |
| 249 | |
| 250 | TEST_P(HEMV, zhemv) { |
| 251 | TestParams params; |
nothing calls this directly
no outgoing calls
no test coverage detected