GeneralMatrix Constructor (Int32, Int32, Double)

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix Constructor (Int32, Int32, Double)

Construct an m-by-n constant matrix.

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

Parameters

m
Number of rows.
n
Number of colums.
s
Fill the matrix with this scalar value.

See Also

GeneralMatrix Class | DotNetMatrix Namespace | GeneralMatrix Constructor Overload List