Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
math::rational::Rational< T > Member List
This is the complete list of members for math::rational::Rational< T >, including all inherited members.
C_ASSERT(NumericType< T >::isInt)math::rational::Rational< T >
denmath::rational::Rational< T > [private]
denominator() const math::rational::Rational< T > [inline]
inverted() const math::rational::Rational< T > [inline]
normalize()math::rational::Rational< T > [inline]
nummath::rational::Rational< T > [private]
numerator() const math::rational::Rational< T > [inline]
operator*(const Rational< T > &a, const Rational< T > &b)math::rational::Rational< T > [related]
operator+(const Rational< T > &a, const Rational< T > &b)math::rational::Rational< T > [related]
operator-(const Rational< T > &a, const Rational< T > &b)math::rational::Rational< T > [related]
operator/(const Rational< T > &a, const Rational< T > &b)math::rational::Rational< T > [related]
Rational()math::rational::Rational< T > [inline]
Rational(T value)math::rational::Rational< T > [inline]
Rational(T n, T d)math::rational::Rational< T > [inline]
Rational(const Rational< T > &value)math::rational::Rational< T > [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines