A B C D E F G H I L M N O P R S T Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractField<T extends NativeOperators<T>> - Class in org.apache.commons.numbers.field
-
Boiler-plate code for concrete implementations of
Field
. - AbstractField() - Constructor for class org.apache.commons.numbers.field.AbstractField
-
Create an instance.
- add(FP64) - Method in class org.apache.commons.numbers.field.FP64
- add(T, T) - Method in class org.apache.commons.numbers.field.AbstractField
-
Add the elements.
- add(T, T) - Method in interface org.apache.commons.numbers.field.Field
-
Add the elements.
B
- BigFractionField - Class in org.apache.commons.numbers.field
-
BigFraction
field. - byteValue() - Method in class org.apache.commons.numbers.field.FP64
C
- compareTo(FP64) - Method in class org.apache.commons.numbers.field.FP64
D
- DDField - Class in org.apache.commons.numbers.field
-
DD
field. - divide(FP64) - Method in class org.apache.commons.numbers.field.FP64
- divide(T, T) - Method in class org.apache.commons.numbers.field.AbstractField
-
Divide the element
a
byb
. - divide(T, T) - Method in interface org.apache.commons.numbers.field.Field
-
Divide the element
a
byb
. - doubleValue() - Method in class org.apache.commons.numbers.field.FP64
E
- equals(Object) - Method in class org.apache.commons.numbers.field.FP64
F
- Field<T> - Interface in org.apache.commons.numbers.field
-
Interface representing a field.
- floatValue() - Method in class org.apache.commons.numbers.field.FP64
- FP64 - Class in org.apache.commons.numbers.field
-
Wraps a
double
value in order to be used as a field element. - FP64Field - Class in org.apache.commons.numbers.field
-
Double
field. - FractionField - Class in org.apache.commons.numbers.field
-
Fraction
field.
G
- get() - Static method in class org.apache.commons.numbers.field.BigFractionField
-
Get the field instance.
- get() - Static method in class org.apache.commons.numbers.field.DDField
-
Get the field instance.
- get() - Static method in class org.apache.commons.numbers.field.FP64Field
-
Get the field instance.
- get() - Static method in class org.apache.commons.numbers.field.FractionField
-
Get the field instance.
H
- hashCode() - Method in class org.apache.commons.numbers.field.FP64
I
- intValue() - Method in class org.apache.commons.numbers.field.FP64
- isOne() - Method in class org.apache.commons.numbers.field.FP64
- isZero() - Method in class org.apache.commons.numbers.field.FP64
L
- longValue() - Method in class org.apache.commons.numbers.field.FP64
M
- multiply(int) - Method in class org.apache.commons.numbers.field.FP64
- multiply(int, T) - Method in class org.apache.commons.numbers.field.AbstractField
-
Multiply the element
a
by a specified number of timesn
. - multiply(int, T) - Method in interface org.apache.commons.numbers.field.Field
-
Multiply the element
a
by a specified number of timesn
. - multiply(FP64) - Method in class org.apache.commons.numbers.field.FP64
- multiply(T, T) - Method in class org.apache.commons.numbers.field.AbstractField
-
Multiply the elements.
- multiply(T, T) - Method in interface org.apache.commons.numbers.field.Field
-
Multiply the elements.
N
- negate() - Method in class org.apache.commons.numbers.field.FP64
- negate(T) - Method in class org.apache.commons.numbers.field.AbstractField
-
Negate the element.
- negate(T) - Method in interface org.apache.commons.numbers.field.Field
-
Negate the element.
O
- of(double) - Static method in class org.apache.commons.numbers.field.FP64
-
Factory.
- one() - Method in class org.apache.commons.numbers.field.BigFractionField
-
Return the value of one.
- one() - Method in class org.apache.commons.numbers.field.DDField
-
Return the value of one.
- one() - Method in interface org.apache.commons.numbers.field.Field
-
Return the value of one.
- one() - Method in class org.apache.commons.numbers.field.FP64
- one() - Method in class org.apache.commons.numbers.field.FP64Field
-
Return the value of one.
- one() - Method in class org.apache.commons.numbers.field.FractionField
-
Return the value of one.
- org.apache.commons.numbers.field - package org.apache.commons.numbers.field
-
Field-related utilities.
P
R
- reciprocal() - Method in class org.apache.commons.numbers.field.FP64
- reciprocal(T) - Method in class org.apache.commons.numbers.field.AbstractField
-
Return the reciprocal (multiplicative inverse).
- reciprocal(T) - Method in interface org.apache.commons.numbers.field.Field
-
Return the reciprocal (multiplicative inverse).
S
- subtract(FP64) - Method in class org.apache.commons.numbers.field.FP64
- subtract(T, T) - Method in class org.apache.commons.numbers.field.AbstractField
-
Subtract the element
b
froma
. - subtract(T, T) - Method in interface org.apache.commons.numbers.field.Field
-
Subtract the element
b
froma
.
T
- toString() - Method in class org.apache.commons.numbers.field.FP64
Z
- zero() - Method in class org.apache.commons.numbers.field.BigFractionField
-
Return the value of zero.
- zero() - Method in class org.apache.commons.numbers.field.DDField
-
Return the value of zero.
- zero() - Method in interface org.apache.commons.numbers.field.Field
-
Return the value of zero.
- zero() - Method in class org.apache.commons.numbers.field.FP64
- zero() - Method in class org.apache.commons.numbers.field.FP64Field
-
Return the value of zero.
- zero() - Method in class org.apache.commons.numbers.field.FractionField
-
Return the value of zero.
All Classes All Packages