|
| double | ns3::Integral (const SpectrumValue &arg) |
| |
| SpectrumValue | ns3::Log (const SpectrumValue &arg) |
| |
| SpectrumValue | ns3::Log10 (const SpectrumValue &arg) |
| |
| SpectrumValue | ns3::Log2 (const SpectrumValue &arg) |
| |
| double | ns3::Norm (const SpectrumValue &x) |
| |
| bool | ns3::operator!= (const SpectrumValue &lhs, const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator* (const SpectrumValue &lhs, const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator* (const SpectrumValue &lhs, double rhs) |
| |
| SpectrumValue | ns3::operator* (double lhs, const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator+ (const SpectrumValue &lhs, const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator+ (const SpectrumValue &lhs, double rhs) |
| |
| SpectrumValue | ns3::operator+ (const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator+ (double lhs, const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator- (const SpectrumValue &lhs, const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator- (const SpectrumValue &lhs, double rhs) |
| |
| SpectrumValue | ns3::operator- (const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator- (double lhs, const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator/ (const SpectrumValue &lhs, const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::operator/ (const SpectrumValue &lhs, double rhs) |
| |
| SpectrumValue | ns3::operator/ (double lhs, const SpectrumValue &rhs) |
| |
| std::ostream & | ns3::operator<< (std::ostream &os, const SpectrumValue &pvf) |
| | Output stream operator.
|
| |
| bool | ns3::operator== (const SpectrumValue &lhs, const SpectrumValue &rhs) |
| |
| SpectrumValue | ns3::Pow (const SpectrumValue &lhs, double rhs) |
| |
| SpectrumValue | ns3::Pow (double lhs, const SpectrumValue &rhs) |
| |
| double | ns3::Prod (const SpectrumValue &x) |
| |
| double | ns3::Sum (const SpectrumValue &x) |
| |