Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 421 Bytes

File metadata and controls

20 lines (14 loc) · 421 Bytes

repmat

Repeat an operator

.. doxygenfunction:: repmat(T1 t, index_t reps)
.. doxygenfunction:: repmat(T1 t, const index_t(&reps)[])
.. doxygenfunction:: repmat(T1 t, const index_t *reps)

Examples

.. literalinclude:: ../../../../test/00_operators/repmat_test.cu
   :language: cpp
   :start-after: example-begin repmat-test-1
   :end-before: example-end repmat-test-1
   :dedent: