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

Go to the source code of this file.

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)

Function Documentation

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

Definition at line 24 of file complex.cpp.

References y.

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

Definition at line 30 of file complex.cpp.

References y.

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

Definition at line 37 of file complex.cpp.

References y.

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

Definition at line 44 of file complex.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines