Go to the source code of this file.
|
| 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) |
| |
◆ dplyr_tools_complex_H
| #define dplyr_tools_complex_H |
◆ operator*()
| Rcomplex operator* |
( |
const Rcomplex & |
lhs, |
|
|
const Rcomplex & |
rhs |
|
) |
| |
|
inline |
◆ operator+()
| Rcomplex operator+ |
( |
const Rcomplex & |
lhs, |
|
|
const Rcomplex & |
rhs |
|
) |
| |
|
inline |
◆ operator-()
| Rcomplex operator- |
( |
const Rcomplex & |
lhs, |
|
|
const Rcomplex & |
rhs |
|
) |
| |
|
inline |
◆ operator/()
| Rcomplex operator/ |
( |
const Rcomplex & |
a, |
|
|
const Rcomplex & |
b |
|
) |
| |
|
inline |
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const Rcomplex & |
cplx |
|
) |
| |
|
inline |
◆ operator==()
| bool operator== |
( |
const Rcomplex & |
a, |
|
|
const Rcomplex & |
b |
|
) |
| |
|
inline |