| Package | Description |
|---|---|
| dev.nm.analysis.curvefit.interpolation.multivariate | |
| dev.nm.misc.datastructure |
| Constructor and Description |
|---|
MultivariateArrayGrid(MultiDimensionalCollection<Double> y,
double[]... x)
Create a new instance where the dependent variable is specified by a
MultiDimensionalCollection and the independent variables form the specified grid. |
MultivariateRegularGrid(MultiDimensionalCollection<Double> y,
MultivariateRegularGrid.EquallySpacedVariable... x)
Create a new instance where the dependent variable is specified by a
MultiDimensionalCollection and the independent variables form the specified grid. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiDimensionalArray<T>
A generic multi-dimensional array, with an arbitrary number of dimensions.
|
| Constructor and Description |
|---|
MultiDimensionalArray(MultiDimensionalCollection<T> that)
A copy constructor that constructs a shallow copy of the given collection of instances.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.