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

Method cusolverPotrs

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

Source from the content-addressed store, hash-verified

179 */
180 template <typename _Scalar>
181 void cusolverPotrs(
182 cublasFillMode_t uplo,
183 int n,
184 int nrhs,
185 const _Scalar *A,
186 int lda,
187 _Scalar *B,
188 int ldb,
189 int *devInfo)
190 {
191 potrsImpl(uplo, n, nrhs, A, lda, B, ldb, devInfo);
192 }
193
194
195 //GETRF

Callers 1

_solve_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected