Represents the possible values of an operation to be
performed on a matrix before it is multiplied.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public enum TransposeOperation
|
| Visual Basic (Declaration) |
Public Enumeration TransposeOperation
|
| Visual C++ |
public enum class TransposeOperation
|
| F# |
type TransposeOperation
|
Members
Remarks
See Also