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

Complex conjugate template. More...

#include <lambda_lanczos_util.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 >
static T lambda_lanczos::util::TypedConjugate< T >::invoke ( const T &  val)
inlinestatic

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