Creates a row vector from an array.
[Visual Basic] Shared OverloadsPublic Function FromArray( _ ByVal matrix As Double() _ ) As Matrix [C#] public static Matrix FromArray( double[] matrix ); [C++] public: static Matrix* FromArray( double matrix __gc[] ); [JScript] public static function FromArray( double[] matrix ): Matrix;
Matrix Class | Lydos.Matlab Namespace | Matrix.FromArray Overload List