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

Method end

src/tests/include/ExtraTestSizes.h:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237IteratorETS<T2, T3> end() const
238{
239 return IteratorETS<T2, T3>(ar1_, ar1_ + N1, ar2_, ar2_ + N2,
240 ar3_, ar3_ + N3, ar4_, ar4_ + N4,
241 ar5_, ar5_ + N5, ar6_, ar6_ + N6, 1);
242}
243
244private:
245 const size_t *ar1_;

Callers 15

~StepMethod · 0.80
getBufferMethod · 0.80
setFunctionMethod · 0.80
parseDecompositionOptMethod · 0.80
parseArgMultiplierMethod · 0.80
mainFunction · 0.80
declarePatternVarsMethod · 0.80
generateMainMethod · 0.80
allocateWriteBuffersMethod · 0.80
setKernelArgsMethod · 0.80
readBuffersMethod · 0.80
mainFinishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected