Click or drag to resize

MapackMatrix(Int32, Int32, Double) Constructor

Constructs a matrix of the given size and assigns a given value to all diagonal elements.

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,
	double value
)

Parameters

rows  Int32
Number of rows.
columns  Int32
Number of columns.
value  Double
Value to assign to the diagnoal elements.
See Also