| 69 | } |
| 70 | |
| 71 | std::string gflops_formula() |
| 72 | { |
| 73 | return "M*(M+1)/time"; |
| 74 | } |
| 75 | |
| 76 | void setup_buffer(int order_option, int side_option, int |
| 77 | uplo_option, int diag_option, int transA_option, int |
nothing calls this directly
no outgoing calls
no test coverage detected