Ginkgo  Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
Public Attributes | List of all members
gko::version Struct Reference

This structure is used to represent versions of various Ginkgo modules. More...

#include <ginkgo/core/base/version.hpp>

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. More...
 

Detailed Description

This structure is used to represent versions of various Ginkgo modules.

Version structures can be compared using the usual relational operators.

Member Data Documentation

◆ tag

const char* const gko::version::tag

Addition tag string that describes the version in more detail.

It does not participate in comparisons.

Referenced by gko::operator<<().


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