Click or drag to resize

MapackMatrix(Int32, Int32) Constructor

Constructs an empty matrix of the given size.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MapackMatrix(
	int rows,
	int columns
)

Parameters

rows  Int32
Number of rows.
columns  Int32
Number of columns.
See Also