Stratax 0.3.1
Loading...
Searching...
No Matches
stratax::core::math_detail::AbsResult< T > Struct Template Reference

Maps a complex dtype to its real component dtype. More...

#include <Math.hpp>

Public Types

using type
 Real magnitude dtype corresponding to the complex input.

Detailed Description

template<typename T>
requires ( DTypeTraits<std::remove_cvref_t<T>>::kind == DTypeKind::Complex )
struct stratax::core::math_detail::AbsResult< T >

Maps a complex dtype to its real component dtype.

Definition at line 106 of file Math.hpp.

Member Typedef Documentation

◆ type

template<typename T>
using stratax::core::math_detail::AbsResult< T >::type
Initial value:
complex_component_t<std::remove_cvref_t<T>>

Real magnitude dtype corresponding to the complex input.

Definition at line 109 of file Math.hpp.


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