Matrix(Int 32, Int 32) Constructor
Definition
Namespace: Mapack
Assembly: DWSIM.MathOps.Mapack (in DWSIM.MathOps.Mapack.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.Mapack (in DWSIM.MathOps.Mapack.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Matrix(
int rows,
int columns
)VB
Public Sub New (
rows As Integer,
columns As Integer
)