Class | Description |
---|---|
CastGroupOfTablesToDataTable |
A DataProcessor that converts a homogeneous DataGroup into a multidimensional DataDoubleArray.
|
CastGroupToDoubleArray |
A DataProcessor that converts a homogeneous DataGroup into a multidimensional DataDoubleArray.
|
CastToDouble |
A DataProcessor that converts a Data instance into a DataDouble.
|
CastToDoubleArray |
A DataProcessor that converts a Data instance into a DataDoubleArray.
|
CastToGroup |
A DataProcessor that effectively wraps a Data instance into a DataGroup.
|
CastToTable |
A DataProcessor that converts a Data instance into a DataTable.
|
DataDouble |
Data object wrapping a single mutable value of type double.
|
DataDouble.DataInfoDouble | |
DataDouble.DataInfoDoubleFactory | |
DataDoubleArray |
Data object that wraps a mutable array of doubles.
|
DataDoubleArray.DataInfoDoubleArray | |
DataDoubleArray.DataInfoDoubleArrayFactory | |
DataDoubleBDArray |
Data object that wraps a array of BigDecimals.
|
DataDoubleBDArray.DataInfoDoubleBDArray | |
DataDoubleBDArray.DataInfoDoubleBDArrayFactory | |
DataFunction |
Collects two or more DataDoubleArray instances, and organizes them into
"dependent" and "independent" subgroups.
|
DataFunction.DataInfoFunction | |
DataFunction.DataInfoFunctionFactory | |
DataGroup |
Gathers one or more Data instances into a single Data object.
|
DataGroup.DataInfoGroup | |
DataGroup.DataInfoGroupFactory | |
DataTable |
Data object that holds double[] arrays as if they are columns in a
table.
|
DataTable.DataInfoTable | |
DataTable.DataInfoTableFactory | |
DataTensor |
Data object wrapping a single mutable value of type (Space) Tensor.
|
DataTensor.DataInfoTensor | |
DataTensor.DataInfoTensorFactory | |
DataVector |
Data object wrapping a single mutable value of type (Space) Vector.
|
DataVector.DataInfoVector | |
DataVector.DataInfoVectorFactory |