![]() |
Ginkgo Generated from branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
|
This structure is used to represent versions of various Ginkgo modules. More...
#include <ginkgo/core/base/version.hpp>
Public Member Functions | |
constexpr | version (const uint64 major, const uint64 minor, const uint64 patch, const char *tag) |
Public Attributes | |
const uint64 | major |
The major version number. | |
const uint64 | minor |
The minor version number. | |
const uint64 | patch |
The patch version number. | |
const char *const | tag |
Addition tag string that describes the version in more detail. | |
This structure is used to represent versions of various Ginkgo modules.
Version structures can be compared using the usual relational operators.
Addition tag string that describes the version in more detail.
It does not participate in comparisons.