Symmetric MatrixRandom(Int 32, Int 32) Method
Definition
Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static SymmetricMatrix Random(
int size,
int Seed
)VB
Public Shared Function Random (
size As Integer,
Seed As Integer
) As SymmetricMatrix