|
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
)
Protected Function matrix (
values As Double(),
rows As Integer,
cols As Integer
) As REnvironmentmat
Request Example
View SourceParameters
- values
- Type: SystemDouble
- rows
- Type: SystemInt32
- cols
- Type: SystemInt32
Return Value
Type:
REnvironmentmatSee Also