![]() |
Ginkgo Generated from branch based on main. Ginkgo version 1.11.0
A numerical linear algebra library targeting many-core architectures
|
A span that is used exclusively for local numbering. More...
#include <ginkgo/core/base/range.hpp>
Public Member Functions | |
| constexpr | span (size_type point) noexcept |
| Creates a span representing a point point. | |
| constexpr | span (size_type begin, size_type end) noexcept |
| Creates a span. | |
| Public Member Functions inherited from gko::span | |
| constexpr | span (size_type point) noexcept |
| Creates a span representing a point point. | |
| constexpr | span (size_type begin, size_type end) noexcept |
| Creates a span. | |
| constexpr bool | is_valid () const |
| Checks if a span is valid. | |
| constexpr size_type | length () const |
| Returns the length of a span. | |
Additional Inherited Members | |
| Public Attributes inherited from gko::span | |
| const size_type | begin |
| Beginning of the span. | |
| const size_type | end |
| End of the span. | |
A span that is used exclusively for local numbering.
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |