Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

m
Type: SystemDouble

Return Value

Type: Int32
See Also