Matrix(Int 32, Int 32, Double) 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,
double value
)VB
Public Sub New (
rows As Integer,
columns As Integer,
value As Double
)