Ginkgo  Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
gko::syn::range< Start, End, Step > Struct Template Reference

range records start, end, step in template More...

#include <ginkgo/core/synthesizer/containers.hpp>

Detailed Description

template<int Start, int End, int Step = 1>
struct gko::syn::range< Start, End, Step >

range records start, end, step in template

Template Parameters
Startstart of range
Endend of range
Stepstep of range. default is 1

The documentation for this struct was generated from the following file: