RMatrix(Int32, Int32, Double) Constructor

Creates a matrix with a given number of rows and columns, and its internal array.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public RMatrix(
	int rows,
	int columns,
	double[] values
)

Parameters

rows  Int32
The number of rows.
columns  Int32
The number of columns.
values  Double
Internal storage.

See Also