Wildmeshing Toolkit
|
This is the complete list of members for wmtk::Rational, including all inherited members.
abs(const Rational &r0) | wmtk::Rational | friend |
can_be_rounded() | wmtk::Rational | inline |
canonicalize() | wmtk::Rational | |
cmp(const Rational &r, const Rational &r1) | wmtk::Rational | friend |
d_value | wmtk::Rational | private |
denominator() const | wmtk::Rational | private |
get_sign() const | wmtk::Rational | |
init(const T &v) | wmtk::Rational | inline |
init_from_binary(const std::string &v) | wmtk::Rational | |
is_rounded() const | wmtk::Rational | inline |
m_is_rounded | wmtk::Rational | private |
numerator() const | wmtk::Rational | private |
operator double() const | wmtk::Rational | explicit |
operator!=(const Rational &r, const Rational &r1) | wmtk::Rational | friend |
operator*(const Rational &x, const Rational &y) | wmtk::Rational | friend |
operator+(const Rational &x, const Rational &y) | wmtk::Rational | friend |
operator-(const Rational &x, const Rational &y) | wmtk::Rational | friend |
operator-(const Rational &x) | wmtk::Rational | friend |
operator/(const Rational &x, const Rational &y) | wmtk::Rational | friend |
operator<(const Rational &r, const Rational &r1) | wmtk::Rational | friend |
operator<<(std::ostream &os, const Rational &r) | wmtk::Rational | friend |
operator<=(const Rational &r, const Rational &r1) | wmtk::Rational | friend |
operator=(const Rational &x) | wmtk::Rational | |
operator=(const double x) | wmtk::Rational | |
operator==(const Rational &r, const Rational &r1) | wmtk::Rational | friend |
operator>(const Rational &r, const Rational &r1) | wmtk::Rational | friend |
operator>=(const Rational &r, const Rational &r1) | wmtk::Rational | friend |
pow(const Rational &x, int p) | wmtk::Rational | friend |
Rational(bool rounded=false) | wmtk::Rational | |
Rational(int v, bool rounded=false) | wmtk::Rational | |
Rational(double d, bool rounded=false) | wmtk::Rational | |
Rational(const mpq_t &v_) | wmtk::Rational | |
Rational(const Rational &other) | wmtk::Rational | |
Rational(const Rational &other, bool rounded) | wmtk::Rational | |
Rational(const Eigen::VectorX< char > &data) | wmtk::Rational | |
Rational(const std::string &data, bool rounded=false) | wmtk::Rational | |
round() | wmtk::Rational | inline |
serialize() const | wmtk::Rational | |
to_binary() const | wmtk::Rational | |
to_double() const | wmtk::Rational | |
value | wmtk::Rational | private |
~Rational() | wmtk::Rational |