SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
slip::z1conjz2< _Tp > Struct Template Reference

Computes the complex operation: ( $z1\overline{z2}$) between two complex values z1 and z2. More...

#include <linear_algebra.hpp>

Inheritance diagram for slip::z1conjz2< _Tp >:
Inheritance graph

Public Member Functions

_Tp operator() (const _Tp &z1, const _Tp &z2) const
 

Detailed Description

template<class _Tp>
struct slip::z1conjz2< _Tp >

Computes the complex operation: ( $z1\overline{z2}$) between two complex values z1 and z2.

Author
Benoit Tremblais <tremblais_AT_sic.univ-poitiers.fr>
Date
2014/03/22
Since
1.0.0
Version
0.0.2
Parameters
z1The first value.
z2The second value.
Returns
The saxpy value.
Remarks
Used to compute complex inner_product
Complexity: 2 flops

Definition at line 194 of file linear_algebra.hpp.

Member Function Documentation

template<class _Tp >
_Tp slip::z1conjz2< _Tp >::operator() ( const _Tp &  z1,
const _Tp &  z2 
) const
inline

Definition at line 198 of file linear_algebra.hpp.


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