GeneralMatrix.Create Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.Create Method 

Construct a matrix from a copy of a 2-D array.

[Visual Basic]Public Shared Function Create( _
   ByVal A As Double()[) _
) As GeneralMatrix
[C#]
public static GeneralMatrix Create(
   double[][] A
);

Parameters

A
Two-dimensional array of doubles.

Exceptions

Exception Type Condition
ArgumentException All rows must have the same length

See Also

GeneralMatrix Class | DotNetMatrix Namespace