lambda-lanczos 2.1.1
Loading...
Searching...
No Matches
lambda_lanczos::util::TypedConjugate< T > Struct Template Reference

Complex conjugate template. More...

#include <common.hpp>

Static Public Member Functions

static T invoke (const T &val)

Detailed Description

template<typename T>
struct lambda_lanczos::util::TypedConjugate< T >

Complex conjugate template.

This structure is required because partial specialization of function template is not allowed in C++.

Use typed_conj in practice.

Member Function Documentation

◆ invoke()

template<typename T>
T lambda_lanczos::util::TypedConjugate< T >::invoke ( const T & val)
inlinestatic

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