Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
complex.h File Reference

Complex numbers. More...

Go to the source code of this file.

Functions

template<typename T >
__host__ __device__ T cusp::conj (const T &z)
 
template<typename T >
__host__ __device__
cusp::norm_type< T >::type 
cusp::abs (const T &z)
 
template<typename T >
__host__ __device__
cusp::norm_type< T >::type 
cusp::norm (const T &z)
 

Detailed Description

Complex numbers.

Definition in file complex.h.