Enum SupportedMatrixMath
- Namespace
- Misaki.HighPerformance.Mathematics
- Assembly
- Misaki.HighPerformance.Mathematics.dll
[Flags]
public enum SupportedMatrixMath
Fields
Adjugate = 8Cofactor = 16Determinant = 2Inverse = 4Minor = 32OuterProduct = 64Transpose = 1