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