Transpose Enumeration |
public enum Transpose
| Member name | Value | Description |
|---|---|---|
| DontTranspose | 111 | Don't transpose a matrix. |
| Transpose | 112 | Transpose a matrix. |
| ConjugateTranspose | 113 | Conjugate transpose a complex matrix. |
The Transpose type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |