Uses of Class
edu.jas.arith.BigOctonion
-
Packages that use BigOctonion Package Description edu.jas.arith Basic arithmetic package. -
-
Uses of BigOctonion in edu.jas.arith
Fields in edu.jas.arith declared as BigOctonion Modifier and Type Field Description BigOctonionBigOctonion. IThe constant i.BigOctonionBigOctonion. ONEThe constant 1.BigOctonionBigOctonion. ZEROThe constant 0.Methods in edu.jas.arith that return BigOctonion Modifier and Type Method Description BigOctonionBigOctonion. abs()Octonion number absolute value.BigOctonionBigOctonion. conjugate()BigOctonion conjugate.BigOctonionBigOctonion. copy()Clone this.BigOctonionBigOctonion. copy(BigOctonion c)Copy BigOctonion element c.BigOctonionBigOctonion. divide(BigOctonion b)BigOctonion divide.BigOctonionBigOctonion. divide(BigRational b)BigOctonion divide.BigOctonion[]BigOctonion. egcd(BigOctonion S)BigOctonion extended greatest common divisor.BigOctonionBigOctonion. factory()Get the corresponding element factory.BigOctonionBigOctonion. fromInteger(long a)Get a BigOctonion element from a long.BigOctonionBigOctonion. fromInteger(java.math.BigInteger a)Get a BigOctonion element from a BigInteger.BigOctonionBigOctonion. gcd(BigOctonion S)Octonion number greatest common divisor.BigOctonionBigOctonion. getONE()Get the one element.BigOctonionBigOctonion. getZERO()Get the zero element.BigOctonionBigOctonion. inverse()BigOctonion inverse.BigOctonionBigOctonion. leftDivide(BigOctonion b)BigOctonion left divide.BigOctonionBigOctonion. multiply(BigOctonion B)BigOctonion multiply.BigOctonionBigOctonion. negate()BigOctonion number negative.BigOctonionBigOctonion. norm()Octonion number norm.static BigOctonionBigOctonion. OCON(BigOctonion A)Octonion number conjugate.static BigOctonionBigOctonion. ODIF(BigOctonion A, BigOctonion B)Octonion number difference.static BigOctonionBigOctonion. OINV(BigOctonion A)Octonion number inverse.static BigOctonionBigOctonion. ONEG(BigOctonion A)Octonion number negative.static BigOctonionBigOctonion. OPROD(BigOctonion A, BigOctonion B)Octonion number product.static BigOctonionBigOctonion. OQ(BigOctonion A, BigOctonion B)Octonion number quotient.static BigOctonionBigOctonion. OSUM(BigOctonion A, BigOctonion B)Octonion number sum.BigOctonionBigOctonion. parse(java.io.Reader r)Parse quaternion number from Reader.BigOctonionBigOctonion. parse(java.lang.String s)Parse quaternion number from String.BigOctonion[]BigOctonion. quotientRemainder(BigOctonion S)Quotient and remainder by division of this by S.BigOctonionBigOctonion. random(int n)BigOctonion random.BigOctonionBigOctonion. random(int n, java.util.Random rnd)BigOctonion random.BigOctonionBigOctonion. remainder(BigOctonion S)BigOctonion remainder.BigOctonionBigOctonion. rightDivide(BigOctonion b)BigOctonion right divide.BigOctonionBigOctonion. subtract(BigOctonion B)BigOctonion subtraction.BigOctonionBigOctonion. sum(BigOctonion B)BigOctonion summation.Methods in edu.jas.arith that return types with arguments of type BigOctonion Modifier and Type Method Description java.util.List<BigOctonion>BigOctonion. generators()Get a list of the generating elements.Methods in edu.jas.arith with parameters of type BigOctonion Modifier and Type Method Description intBigOctonion. compareTo(BigOctonion b)Since quaternion numbers are unordered, we use lexicographical order of re, im, jm and km.BigOctonionBigOctonion. copy(BigOctonion c)Copy BigOctonion element c.BigOctonionBigOctonion. divide(BigOctonion b)BigOctonion divide.BigOctonion[]BigOctonion. egcd(BigOctonion S)BigOctonion extended greatest common divisor.BigOctonionBigOctonion. gcd(BigOctonion S)Octonion number greatest common divisor.static booleanBigOctonion. isOONE(BigOctonion A)Is BigOctonion number one.static booleanBigOctonion. isOZERO(BigOctonion A)Is Octonion number zero.BigOctonionBigOctonion. leftDivide(BigOctonion b)BigOctonion left divide.BigOctonionBigOctonion. multiply(BigOctonion B)BigOctonion multiply.static BigRationalBigOctonion. OABS(BigOctonion A)Octonion number absolute value.static BigOctonionBigOctonion. OCON(BigOctonion A)Octonion number conjugate.static BigOctonionBigOctonion. ODIF(BigOctonion A, BigOctonion B)Octonion number difference.static BigOctonionBigOctonion. OINV(BigOctonion A)Octonion number inverse.static BigOctonionBigOctonion. ONEG(BigOctonion A)Octonion number negative.static BigOctonionBigOctonion. OPROD(BigOctonion A, BigOctonion B)Octonion number product.static BigOctonionBigOctonion. OQ(BigOctonion A, BigOctonion B)Octonion number quotient.static BigOctonionBigOctonion. OSUM(BigOctonion A, BigOctonion B)Octonion number sum.BigOctonion[]BigOctonion. quotientRemainder(BigOctonion S)Quotient and remainder by division of this by S.BigOctonionBigOctonion. remainder(BigOctonion S)BigOctonion remainder.BigOctonionBigOctonion. rightDivide(BigOctonion b)BigOctonion right divide.BigOctonionBigOctonion. subtract(BigOctonion B)BigOctonion subtraction.BigOctonionBigOctonion. sum(BigOctonion B)BigOctonion summation.
-