Click or drag to resize

MapackMatrixRandom Method

Returns a matrix filled with random values.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IMapackMatrix Random(
	int rows,
	int columns
)

Parameters

rows  Int32
The number of rows.
columns  Int32
The number of columns.

Return Value

IMapackMatrix
A matrix filled with random values.
See Also