|
OctaveEnvironmentrank Method
|
Rank of a matrix.
Namespace:
Accord.Math.Environments
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax protected static int rank(
double[,] m
)
Protected Shared Function rank (
m As Double(,)
) As Integer
Request Example
View SourceParameters
- m
- Type: SystemDouble
Return Value
Type:
Int32See Also