|
OctaveEnvironmentones Method (Int32, Int32)
|
Creates a unit matrix.
Namespace:
Accord.Math.Environments
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax protected static OctaveEnvironmentmat ones(
int n,
int m
)
Protected Shared Function ones (
n As Integer,
m As Integer
) As OctaveEnvironmentmat
Request Example
View SourceParameters
- n
- Type: SystemInt32
- m
- Type: SystemInt32
Return Value
Type:
OctaveEnvironmentmatSee Also