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

Function makeContainerETS

src/tests/include/ExtraTestSizes.h:255–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253template<size_t N1, typename T2, size_t N2, typename T3, size_t N3,
254 size_t N4, size_t N5, size_t N6>
255ContainerETS<N1, T2, N2, T3, N3, N4, N5, N6>
256makeContainerETS(
257 const size_t (&array1)[N1],
258 const T2 (&array2)[N2],
259 const T3 (&array3)[N3],
260 const size_t (&array4)[N4],
261 const size_t (&array5)[N5],
262 const size_t (&array6)[N6])
263{
264 return ContainerETS<N1, T2, N2, T3, N3, N4, N5, N6>(array1, array2, array3,
265 array4, array5, array6);
266}
267
268} /* namespace clMath */
269

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected