This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
686e7694 1ff7 aabb ed99 5871dc972d68
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.GTE.GMatrix"]
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) |
| 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 |
| Elements | |
| Item(Int32) | |
| Item(Int32, Int32) | |
| NumCols | |
| NumElements | |
| NumRows |
| 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 |