GeneralMatrix Constructor (Double[][], Int32, Int32)

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix Constructor (Double[][], Int32, Int32)

Construct a matrix quickly without checking arguments.

[Visual Basic]Overloads Public Sub New( _
   ByVal A As Double()[), _
   ByVal m As Integer, _
   ByVal n As Integer _
)
[C#]
public GeneralMatrix(
   double[][] A,
   int m,
   int n
);

Parameters

A
Two-dimensional array of doubles.
m
Number of rows.
n
Number of colums.

See Also

GeneralMatrix Class | DotNetMatrix Namespace | GeneralMatrix Constructor Overload List