Click or drag to resize
Accord.NET (logo)

REnvironmentmatrix Method

Creates a new matrix.

Namespace:  Accord.Math.Environments
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
protected REnvironmentmat matrix(
	double[] values,
	int rows,
	int cols
)
Request Example View Source

Parameters

values
Type: SystemDouble
rows
Type: SystemInt32
cols
Type: SystemInt32

Return Value

Type: REnvironmentmat
See Also