Lydos.Matlab

Matrix.FromArray Method

Creates a row vector from an array.

Overload List

Creates a row vector from an array.

[Visual Basic] Shared  OverloadsPublic Function FromArray(ByVal Double()) As Matrix
[C#] public static Matrix FromArray(double[]);
[C++] public: static Matrix* FromArray(double __gc[]);
[JScript] public static function FromArray(double[]): Matrix;

Creates a matrix from a row major array.

[Visual Basic] Shared  OverloadsPublic Function FromArray(ByVal Double(),ByVal Integer) As Matrix
[C#] public static Matrix FromArray(double[],int);
[C++] public: static Matrix* FromArray(double __gc[],int);
[JScript] public static function FromArray(double[],int): Matrix;

Creates a matrix from an array.

[Visual Basic] Shared  OverloadsPublic Function FromArray(ByVal Double(),ByVal Integer,ByVal Boolean) As Matrix
[C#] public static Matrix FromArray(double[],int,bool);
[C++] public: static Matrix* FromArray(double __gc[],int,bool);
[JScript] public static function FromArray(double[],int,bool): Matrix;

See Also

Matrix Class | Lydos.Matlab Namespace