Click or drag to resize

BandMatrixRandom 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 BandMatrix Random(
	int rows,
	int columns,
	int lowerBandWidth,
	int upperBandWidth
)
Request Example View Source

Parameters

rows  Int32
Number of rows.
columns  Int32
Number of columns.
lowerBandWidth  Int32
Number of bands below the main diagonal
upperBandWidth  Int32
Number of bands above the main diagonal

Return Value

BandMatrix
See Also