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