Ginkgo  Generated from pipelines/1554403166 branch based on develop. Ginkgo version 1.9.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: