MatrixRandom(Int32, Int32) Method

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public static Matrix Random(
	int rows,
	int columns
)

Parameters

rows  Int32
 
columns  Int32
 

Return Value

Matrix

See Also