Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| scalar | magSqr (const complex &) |
| |
| complex | sqr (const complex &) |
| |
| scalar | mag (const complex &) |
| |
| const complex & | max (const complex &, const complex &) |
| |
| const complex & | min (const complex &, const complex &) |
| |
| complex | limit (const complex &, const complex &) |
| |
| const complex & | sum (const complex &) |
| |
| complex | operator+ (const complex &, const complex &) |
| |
| complex | operator- (const complex &) |
| |
| complex | operator- (const complex &, const complex &) |
| |
| complex | operator* (const complex &, const complex &) |
| |
| complex | operator/ (const complex &, const complex &) |
| |
| complex | operator* (const scalar, const complex &) |
| |
| complex | operator* (const complex &, const scalar) |
| |
| complex | operator/ (const complex &, const scalar) |
| |
| complex | operator/ (const scalar, const complex &) |
| |
| Istream & | operator>> (Istream &, complex &) |
| |
| Ostream & | operator<< (Ostream &, const complex &) |
| |
| word | name (const complex &) |
| | Return a string representation of a complex. More...
|
| |
| template<> |
| bool | contiguous< complex > () |
| | Data associated with complex type are contiguous. More...
|
| |
Original source file complex.H
Definition in file complex.H.