Click or drag to resize

SymmetricBandMatrixRandom Method

Generate a BandMatrix 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 SymmetricBandMatrix Random(
	int size,
	int BandWidth
)
Request Example View Source

Parameters

size  Int32
Size
BandWidth  Int32
Number of bands below or above the main diagonal

Return Value

SymmetricBandMatrix
See Also