A C D E F H I J K L M N O P Q R S T Z

H

hashCode() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns a hash code for the this complex number z based on the real and imaginary parts.
hashCode() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns a hash code for the this octonion o based on the coefficients.
hashCode() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns a hash code for the this quaternion q based on the coefficients.
hashCode() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns a hash code for the this sedenion s based on the coefficients.
hashCode() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns a hash code for the this trigintaduonion s based on the coefficients.
horner(double[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Evaluate the polynomial with real coefficients, given by the array of doubles v, at this complex number z.
horner(Complex[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Evaluate the polynomial with complex coefficients, given by the array of complex numbers v, at this complex number z.
horner(double[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Evaluate the polynomial with real coefficients, given by the array of doubles v, at this octonion o.
horner(double[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Evaluate the polynomial with real coefficients, given by the array of doubles v, at this quaternion q.
horner(double[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Evaluate the polynomial with real coefficients, given by the array of doubles v, at this sedenion s.
horner(double[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Evaluate the polynomial with real coefficients, given by the array of doubles v, at this trigintaduonion s.

A C D E F H I J K L M N O P Q R S T Z