* \brief Automatic algorithm selection. * Chooses the algorithm during runtime based on the matrix sizes. */
| 136 | * Chooses the algorithm during runtime based on the matrix sizes. |
| 137 | */ |
| 138 | struct Auto {}; |
| 139 | } |
| 140 | |
| 141 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected