Orbital library

Uses of Interface
orbital.math.Quotient

Packages that use Quotient
orbital.math Defines arithmetic objects and provides mathematical algorithms. 
 

Uses of Quotient in orbital.math
 

Methods in orbital.math that return Quotient
 Quotient Quotient.add(Quotient b)
           
static Quotient AlgebraicAlgorithms.chineseRemainder(Arithmetic[] x, Arithmetic[] m)
          Simulatenously solve independent congruences.
 Quotient Quotient.divide(Quotient b)
           
 Quotient Quotient.multiply(Quotient b)
           
 Quotient Quotient.power(Quotient b)
           
 Quotient ValueFactory.quotient(Arithmetic a, Function mod)
          Returns a new quotient ā=[a]∈M/mod of the given value reduced with the quotient operator.
 Quotient ValueFactory.quotient(Arithmetic a, Polynomial m)
          (traps type unification error).
 Quotient ValueFactory.quotient(Euclidean a, Euclidean m)
          Returns a new quotient ā=[a]∈M/(m) of the given value reduced modulo m.
 Quotient ValueFactory.quotient(Euclidean a, Function mod)
          (disambiguates type unification).
 Quotient ValueFactory.quotient(Euclidean a, UnivariatePolynomial m)
          (disambiguates type unification).
 Quotient ValueFactory.quotient(int a, int m)
          (Convenience) Returns a new quotient ā=[a]∈M/(m) of the given value reduced modulo m.
 Quotient ValueFactory.quotient(Polynomial a, java.util.Set m, java.util.Comparator monomialOrder)
          Returns a new quotient ā=[a]∈M/(m) of the given value reduced modulo (m).
 Quotient Quotient.subtract(Quotient b)
           
 

Methods in orbital.math with parameters of type Quotient
 Quotient Quotient.add(Quotient b)
           
 Quotient Quotient.divide(Quotient b)
           
 java.lang.String ArithmeticFormat.format(Quotient obj)
          Specialization of format.
 java.lang.StringBuffer ArithmeticFormat.format(Quotient q, java.lang.StringBuffer result, java.text.FieldPosition fieldPosition)
          Specialization of format.
 Quotient Quotient.multiply(Quotient b)
           
 Quotient Quotient.power(Quotient b)
           
 Quotient Quotient.subtract(Quotient b)
           
 


Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.