You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TMtxOperation Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TMtxOperation Enumeration

Defines the type of operation on matrix.

Syntax
C#
Visual Basic
public enum TMtxOperation : uint { opNone, opTran, opHerm }

MtxVec.cs

Members 
Description 
opNone 
no operation 
opTran 
transpose operation 
opHerm 
transpose and conjugate 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!