Class JacobiKey
java.lang.Object
org.hipparchus.analysis.polynomials.JacobiKey
Class for handling Jacobi polynomials keys.
- Since:
- 3.1
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JacobiKey
public JacobiKey(int v, int w) Simple constructor.- Parameters:
v
- first exponentw
- second exponent
-
-
Method Details
-
hashCode
public int hashCode()Get hash code. -
equals
Check if the instance represent the same key as another instance.
-