| 449 | using TestResultType = TestResult<DstScalar>; |
| 450 | |
| 451 | void Run() { |
| 452 | MakeZeroPoints(); |
| 453 | MakeLhsRhs(); |
| 454 | MakeSpec(); |
| 455 | MakeOtherParams(); |
| 456 | MakeResultPaths(); |
| 457 | MakePrepackedMatrices(); |
| 458 | Eval(); |
| 459 | Verify(); |
| 460 | } |
| 461 | |
| 462 | private: |
| 463 | void MakeZeroPoints(); |
no test coverage detected