tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
conj.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<typename T>
constexpr auto conj (complex< T > const &z) noexcept -> complex< T >
 
template<floating_point Float>
constexpr auto conj (Float f) noexcept -> complex< Float >
 
template<integral Integer>
constexpr auto conj (Integer i) noexcept -> complex< double >