Rcpp Version 1.0.9
complex.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define dplyr_tools_complex_H
 

Functions

Rcomplex operator* (const Rcomplex &lhs, const Rcomplex &rhs)
 
Rcomplex operator+ (const Rcomplex &lhs, const Rcomplex &rhs)
 
Rcomplex operator- (const Rcomplex &lhs, const Rcomplex &rhs)
 
Rcomplex operator/ (const Rcomplex &a, const Rcomplex &b)
 
bool operator== (const Rcomplex &a, const Rcomplex &b)
 
std::ostream & operator<< (std::ostream &os, const Rcomplex &cplx)
 

Macro Definition Documentation

◆ dplyr_tools_complex_H

#define dplyr_tools_complex_H

Definition at line 74 of file complex.h.

Function Documentation

◆ operator*()

Rcomplex operator* ( const Rcomplex &  lhs,
const Rcomplex &  rhs 
)
inline

Definition at line 25 of file complex.h.

◆ operator+()

Rcomplex operator+ ( const Rcomplex &  lhs,
const Rcomplex &  rhs 
)
inline

Definition at line 32 of file complex.h.

◆ operator-()

Rcomplex operator- ( const Rcomplex &  lhs,
const Rcomplex &  rhs 
)
inline

Definition at line 39 of file complex.h.

◆ operator/()

Rcomplex operator/ ( const Rcomplex &  a,
const Rcomplex &  b 
)
inline

Definition at line 46 of file complex.h.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const Rcomplex &  cplx 
)
inline

Definition at line 76 of file complex.h.

◆ operator==()

bool operator== ( const Rcomplex &  a,
const Rcomplex &  b 
)
inline

Definition at line 68 of file complex.h.