Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

686e7694 1ff7 aabb ed99 5871dc972d68

haplokuon edited this page May 6, 2023 · 1 revision

GMatrix Class

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.GTE.GMatrix"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public class GMatrix : IEquatable<GMatrix>

VB

Public Class GMatrix
	Implements IEquatable(Of GMatrix)

C++

public ref class GMatrix : IEquatable<GMatrix^>

F#

type GMatrix = 
    class
        interface IEquatable<GMatrix>
    end
Inheritance Object → GMatrix
Implements IEquatable(GMatrix)

Constructors

GMatrix(Int32, Int32) Initializes a new instance of the GMatrix class
GMatrix(Int32, Int32, Double[]) Initializes a new instance of the GMatrix class
GMatrix(Int32, Int32, Int32, Int32) Initializes a new instance of the GMatrix class

Properties

Elements  
Item(Int32)  
Item(Int32, Int32)  
NumCols  
NumElements  
NumRows  

Methods

Determinant  
Equals(GMatrix)  
Equals(Object)
(Overrides Object.Equals(Object))
GetCol  
GetHashCode
(Overrides Object.GetHashCode())
GetRow  
GetSize  
GetType Gets the Type of the current instance.
(Inherited from Object)
Identity  
Inverse  
L1Norm  
L2Norm  
LInfinityNorm  
MakeDiagonal  
MakeIdentity  
MakeUnit  
MakeZero  
MultiplyAB  
MultiplyABT  
MultiplyATB  
MultiplyATBT  
MultiplyDM  
MultiplyMD  
OuterProduct  
SetCol  
SetRow  
ToString Returns a string that represents the current object.
(Inherited from Object)
Transpose  
Unit  
Zero  

Operators

Addition(GMatrix, GMatrix)  
Division(GMatrix, Double)  
Equality(GMatrix, GMatrix)  
GreaterThan(GMatrix, GMatrix)  
GreaterThanOrEqual(GMatrix, GMatrix)  
Inequality(GMatrix, GMatrix)  
LessThan(GMatrix, GMatrix)  
LessThanOrEqual(GMatrix, GMatrix)  
Multiply(Double, GMatrix)  
Multiply(GMatrix, GMatrix)  
Multiply(GMatrix, GVector)  
Multiply(GMatrix, Double)  
Multiply(GVector, GMatrix)  
Subtraction(GMatrix, GMatrix)  

See Also

Reference

netDxf.GTE Namespace

Clone this wiki locally