MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / cusolverGetrf

Method cusolverGetrf

extensions/include/cuMat/src/CusolverApi.h:218–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 */
217 template <typename _Scalar>
218 void cusolverGetrf(
219 int m, int n,
220 _Scalar* A, int lda,
221 int* devIpiv,
222 int *devInfo)
223 {
224 getrfImpl(m, n, A, lda, devIpiv, devInfo);
225 }
226
227 // GETRS
228

Callers 1

computeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected