Enum MatRelation
Defines the relationship between two matrices.
public enum MatRelation
- Extension Methods
Fields
Identity = 0Matrices are identical.
Linear = 1Matrices have a linear relationship.
NonLinear = 2Matrices have a non-linear relationship.