Class | Description | |
---|---|---|
BooleanMatrix | A BooleanMatrix is a list of boolean values with an additional dimensionality property that specifies its spatial orientation. | |
BooleanVector | A BooleanVector is a list of boolean values with an additional dimensionality property that specifies its orientation. | |
ComplexMatrix | A ComplexMatrix is a list of Complex numbers with an additional dimensionality property that specifies its spatial orientation. | |
ComplexVector | A ComplexVector is a list of Complex numbers with an additional dimensionality property that specifies its orientation. | |
Compute | Compute is an all-purpose class of mathematical functions designed to act on a variety of mathematical objects. | |
Constant | Constant contains several standard mathematical constants. | |
Matrix | A Matrix is a list of doubles with an additional dimensionality property that specifies its spatial orientation. | |
MatrixBase | A matrix is a set of numbers with an additional dimensionality property that specifys its spatial orientation. MatrixBase handles the logic for manipulating the spatial orientation of a matrix. | |
Vector | A Vector is a list of doubles with an additional dimensionality property that specifies its orientation. |
Structure | Description | |
---|---|---|
Complex | A Complex number is a type of mathematical object with real and imaginary parts. All of the standard mathematical operations and functions are defined for Complex numbers. |
Enumeration | Description | |
---|---|---|
ComparisonType | Specifies one of the six comparison operators. | |
ConvolutionType | Specifies the type of convolution to operation to perform. | |
StatisticsType | Specifies the type of statistic to calculate for a given dataset. | |
VectorType | Specifies the orientation of a Vector instance. |