org.apache.commons.math3.analysis.polynomials
private static class PolynomialsUtils.JacobiKey extends Object
Modifier and Type | Field and Description |
---|---|
private int |
v
First exponent.
|
private int |
w
Second exponent.
|
Constructor and Description |
---|
PolynomialsUtils.JacobiKey(int v,
int w)
Simple constructor.
|
Copyright (c) 2003-2013 Apache Software Foundation