Class JacobiKey
- java.lang.Object
-
- org.hipparchus.analysis.polynomials.JacobiKey
-
public class JacobiKey extends Object
Class for handling Jacobi polynomials keys.- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor Description JacobiKey(int v, int w)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object key)
Check if the instance represent the same key as another instance.int
hashCode()
Get hash code.
-