| 24 | } |
| 25 | |
| 26 | ~SingleEigParam() { |
| 27 | if (this->param != NULL) { |
| 28 | CHECK_CUSOLVER( cusolverDnDestroyParams(this->param) ); |
| 29 | this->param = NULL; |
| 30 | } |
| 31 | } |
| 32 | }; |
| 33 | |
| 34 | // get single matrix eig buffer sizes in cusolver |
nothing calls this directly
no outgoing calls
no test coverage detected