| Visual Basic (Declaration) | |
|---|---|
Public Enum TransposeMode Inherits System.Enum | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As TransposeMode | |
| C# | |
|---|---|
public enum TransposeMode : System.Enum | |
| C++/CLI | |
|---|---|
public enum class TransposeMode : public System.Enum | |
| Member | Description |
|---|---|
| ConjugateTransposed | The conjugate transpose of the matrix is used. |
| NotTransposed | The original matrix is used. |
| Transposed | The transpose of the matrix is used. |
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7