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

Method begin

src/tests/include/ExtraTestSizes.h:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 { }
229
230IteratorETS<T2, T3> begin() const
231{
232 return IteratorETS<T2, T3>(ar1_, ar1_ + N1, ar2_, ar2_ + N2,
233 ar3_, ar3_ + N3, ar4_, ar4_ + N4,
234 ar5_, ar5_ + N5, ar6_, ar6_ + N6, 0);
235}
236
237IteratorETS<T2, T3> end() const
238{

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