Class MultivariateRegularGrid.EquallySpacedVariable
- java.lang.Object
-
- dev.nm.analysis.curvefit.interpolation.multivariate.MultivariateRegularGrid.EquallySpacedVariable
-
- Enclosing class:
- MultivariateRegularGrid
public static final class MultivariateRegularGrid.EquallySpacedVariable extends Object
Specify the positioning and spacing along one dimension.
-
-
Constructor Summary
Constructors Constructor Description EquallySpacedVariable(double x0, double deltaX)
Create a new instance which specifies the position of the first element and the spacing along a dimension as the given values.
-
-
-
Constructor Detail
-
EquallySpacedVariable
public EquallySpacedVariable(double x0, double deltaX)
Create a new instance which specifies the position of the first element and the spacing along a dimension as the given values.- Parameters:
x0
- the position of the first element along the dimensiondeltaX
- the spacing between two adjacent elements along the dimension
-
-