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 _
)
ByVal m As Integer, _
ByVal n As Integer, _
ByVal s As Double _
)
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