MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / ~SingleEigParam

Method ~SingleEigParam

XM/include/Dense/eig.h:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected