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

R

random() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
A factory method for constructing a complex number with a random real and imaginary parts.
random(int) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
A factory method for constructing a complex number with a random nth coefficient.
random(boolean[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
A factory method to create a random complex number defined by the boolean vector v.
random() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
A factory method for constructing an octonion with a random real and imaginary parts.
random(int) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
A factory method for constructing an octonion with a random nth coefficient.
random(boolean[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
A factory method to create a random octonion defined by the boolean vector v.
random() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
A factory method for constructing a quaternion with a random real and imaginary parts.
random(int) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
A factory method for constructing a quaternion with a random nth coefficient.
random(boolean[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
A factory method to create a random quaternion defined by the boolean vector v.
random() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
A factory method for constructing an sedenion with random real and imaginary parts.
random(int) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
A factory method for constructing a complex number with random nth coefficient.
random(boolean[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
A factory method to create a random sedenion defined by the boolean vector v.
random() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
A factory method for constructing an trigintaduonion with random real and imaginary parts.
random(int) - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
A factory method for constructing a complex number with random nth coefficient.
random(boolean[]) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
A factory method to create a random trigintaduonion defined by the boolean vector v.
randomImaginary() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
A factory method for constructing a complex number with a random imaginary part.
randomImaginary() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
A factory method for constructing an imaginary octonion with random imaginary coefficients.
randomImaginary() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
A factory method for constructing a imaginary quaternion with random imaginary coefficients.
randomImaginary() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
A factory method for constructing a random imaginary sedenion.
randomImaginary() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
A factory method for constructing a random imaginary trigintaduonion.
randomReal() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
A factory method for constructing a complex number with a random real part.
randomReal() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
A factory method for constructing an octonion with a random real parts.
randomReal() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
A factory method for constructing a quaternion with a random real part.
randomReal() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
A factory method for constructing an sedenion with random real part.
randomReal() - Static method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
A factory method for constructing an trigintaduonion with random real part.
real() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns the real part of this complex number z.
real() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns the real part of this octonion o.
real() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns the real part of this quaternion q.
real() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns the real part of this sedenion s.
real() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns the real part of this trigintaduonion s.
rint() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Complex
Returns each part of the complex number z rounded to the nearest double equal to an integer.
rint() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Octonion
Returns each coefficient of the octonion o rounded to the nearest double equal to an integer.
rint() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Returns each coefficient of the quaternion q rounded to the nearest double equal to an integer.
rint() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Sedenion
Returns each coefficient of the sedenion s rounded to the nearest double equal to an integer.
rint() - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Trigintaduonion
Returns each coefficient of the trigintaduonion s rounded to the nearest double equal to an integer.
rotateAround(Quaternion) - Method in class ca.uwaterloo.alumni.dwharder.Numbers.Quaternion
Rotate this imaginary quaternion q around the imaginary part of r, the angle of rotation being twice the argument of r.

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