OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <iosfwd>
#include <climits>
Go to the source code of this file.
Classes | |
class | Tps< T > |
Truncated power series. More... | |
Functions | |
template<class T > | |
Tps< T > | operator+ (const Tps< T > &x, const Tps< T > &y) |
Add. More... | |
template<class T > | |
Tps< T > | operator- (const Tps< T > &x, const Tps< T > &y) |
Subtract. More... | |
template<class T > | |
Tps< T > | operator+ (const Tps< T > &x, const T &y) |
Add. More... | |
template<class T > | |
Tps< T > | operator- (const Tps< T > &x, const T &y) |
Subtract. More... | |
template<class T > | |
Tps< T > | operator+ (const T &x, const Tps< T > &y) |
Add. More... | |
template<class T > | |
Tps< T > | operator- (const T &x, const Tps< T > &y) |
Subtract. More... | |
template<class T > | |
Tps< T > | operator* (const Tps< T > &x, const Tps< T > &y) |
Multiply. More... | |
template<class T > | |
Tps< T > | operator/ (const Tps< T > &x, const Tps< T > &y) |
Divide. More... | |
template<class T > | |
Tps< T > | operator* (const Tps< T > &x, const T &y) |
Multiply. More... | |
template<class T > | |
Tps< T > | operator/ (const Tps< T > &x, const T &y) |
Divide. More... | |
template<class T > | |
Tps< T > | operator* (const T &x, const Tps< T > &y) |
Multiply. More... | |
template<class T > | |
Tps< T > | operator/ (const T &x, const Tps< T > &y) |
Divide. More... | |
template<class T > | |
bool | operator== (const T &x, const Tps< T > &y) |
Test for equality. More... | |
template<class T > | |
std::istream & | operator>> (std::istream &, Tps< T > &x) |
Extract from stream. More... | |
template<class T > | |
std::ostream & | operator<< (std::ostream &, const Tps< T > &x) |
Insert to stream. More... | |
Divide.
Definition at line 370 of file Tps.h.
References Tps< T >::inverse().
std::ostream & operator<< | ( | std::ostream & | os, |
const Tps< T > & | x | ||
) |
Insert to stream.
Definition at line 379 of file Tps.h.
References Tps< T >::put().
bool operator== | ( | const T & | x, |
const Tps< T > & | y | ||
) |
std::istream & operator>> | ( | std::istream & | is, |
Tps< T > & | x | ||
) |
Extract from stream.
Definition at line 376 of file Tps.h.
References Tps< T >::get().