#include "mpi.h"
Namespaces | |
namespace | mp |
Comparison overloads | |
bool | operator== (const mpi &x, int_type y) |
bool | operator!= (const mpi &x, int_type y) |
bool | operator< (const mpi &x, int_type y) |
bool | operator<= (const mpi &x, int_type y) |
bool | operator> (const mpi &x, int_type y) |
bool | operator>= (const mpi &x, int_type y) |
bool | operator== (int_type x, const mpi &y) |
bool | operator!= (int_type x, const mpi &y) |
bool | operator< (int_type x, const mpi &y) |
bool | operator<= (int_type x, const mpi &y) |
bool | operator> (int_type x, const mpi &y) |
bool | operator>= (int_type x, const mpi &y) |
bool | operator== (const mpi &x, const mpi &y) |
bool | operator!= (const mpi &x, const mpi &y) |
bool | operator< (const mpi &x, const mpi &y) |
bool | operator<= (const mpi &x, const mpi &y) |
bool | operator> (const mpi &x, const mpi &y) |
bool | operator>= (const mpi &x, const mpi &y) |