Array Class

Generic Array

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static class Array
Inheritance
Object    Array

Methods

CopyT(T) Creates a copy of the 1D-Array (Vector)
CopyT(T) Creates a copy of the 2D-Array (Matrix)
HilbertT(Int32) Creates a Hilbert 2D-Array (Matrix)
HilbertT(Int32, Int32) Creates a Hilbert 2D-Array (Matrix)
IdentityT Creates a Identity 2D-Array (Matrix)
Ones1dT Creates a 1D-Array (Vector) with all values = 1
Ones2dT Creates a 2D-Array (Matrix) with all values = 1
PrettyPrintT(ComplexT) Pretty prints Complex 1D-Array (Vector) to Console
PrettyPrintT(ComplexT) Pretty prints Complex 2D-Array (Matrix) to Console
PrettyPrintT(T) Pretty prints Real 1D-Array (Vector) to Console
PrettyPrintT(T) Pretty prints Real 2D-Array (Matrix) to Console
Zeros1dT Creates a 1D-Array (Vector) with all values = 0
Zeros2dT Creates a 2D-Array (Matrix) with all values = 0

See Also