GeneralMatrix Constructor (Double[][])

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix Constructor (Double[][])

Construct a matrix from a 2-D array.

[Visual Basic]Overloads Public Sub New( _
   ByVal A As Double()[) _
)
[C#]
public GeneralMatrix(
   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 | GeneralMatrix Constructor Overload List | Create