Click or drag to resize

SymmetricMatrixRandom(Int32) Method

Generate a matrix with random elements

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SymmetricMatrix Random(
	int size
)
Request Example View Source

Parameters

size  Int32
Size

Return Value

SymmetricMatrix
An m-by-n matrix with uniformly distributed random elements in [0, 1) interval.
See Also