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

Method cusolverGetrs

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

Source from the content-addressed store, hash-verified

247 */
248 template <typename _Scalar>
249 void cusolverGetrs(
250 cublasOperation_t trans,
251 int n,
252 int nrhs,
253 const _Scalar *A,
254 int lda,
255 const int *devIpiv,
256 _Scalar *B,
257 int ldb,
258 int *devInfo)
259 {
260 getrsImpl(trans, n, nrhs, A, lda, devIpiv, B, ldb, devInfo);
261 }
262
263#undef CUSOLVER_MAKE_WRAPPER
264#undef CUSOLVER_SAFE_CALL

Callers 1

_solve_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected