Version

Infragistics.Math Namespace

Classes
 ClassDescription
ClassBooleanMatrix A BooleanMatrix is a list of boolean values with an additional dimensionality property that specifies its spatial orientation.
ClassBooleanVector A BooleanVector is a list of boolean values with an additional dimensionality property that specifies its orientation.
ClassComplexMatrix A ComplexMatrix is a list of Complex numbers with an additional dimensionality property that specifies its spatial orientation.
ClassComplexVector A ComplexVector is a list of Complex numbers with an additional dimensionality property that specifies its orientation.
ClassCompute Compute is an all-purpose class of mathematical functions designed to act on a variety of mathematical objects.
ClassConstant Constant contains several standard mathematical constants.
ClassMathResourceCustomizer Class used to provide the ability to customize resource strings.
ClassMatrix A Matrix is a list of doubles with an additional dimensionality property that specifies its spatial orientation.
ClassMatrixBase 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.
ClassResources Exposes a MathResourceCustomizer instance for this assembly.
ClassVector A Vector is a list of doubles with an additional dimensionality property that specifies its orientation.
Structures
 StructureDescription
StructureComplex 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.
Enumerations
 EnumerationDescription
EnumerationComparisonType Specifies one of the six comparison operators.
EnumerationConvolutionType Specifies the type of convolution to operation to perform.
EnumerationStatisticsType Specifies the type of statistic to calculate for a given dataset.
EnumerationVectorType Specifies the orientation of a Vector instance.
See Also