Ginkgo Generated from branch based on main. Ginkgo version 1.10.0
A numerical linear algebra library targeting many-core architectures
Loading...
Searching...
No Matches
gko::cpx_real_type< T > Struct Template Reference

Access the underlying real type of a complex number. More...

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

Inheritance diagram for gko::cpx_real_type< T >:
[legend]

Public Types

using type = T
 The type.

Detailed Description

template<typename T>
struct gko::cpx_real_type< T >

Access the underlying real type of a complex number.

Template Parameters
Tthe type being checked.

Member Typedef Documentation

◆ type

template<typename T>
using gko::cpx_real_type< T >::type = T

The type.

When the type is not complex, return the type itself.


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