MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / AssignB

Function AssignB

src/tests/correctness/corr-trsm.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270template <typename T>
271void AssignB(T *B, size_t i, size_t j, size_t ld, size_t M)
272{
273 B[i*ld + j] = arithsum(M) - arithsum(j+1) + (j+1)*(j+1);
274}
275
276template <>
277void AssignB(FloatComplex *B, size_t i, size_t j, size_t ld, size_t M)

Callers

nothing calls this directly

Calls 1

arithsumFunction · 0.85

Tested by

no test coverage detected