VirtualMatrix.Rank(Variable) Method

Top 

Description

Calculates the rank of the matrix.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

VirtualMatrix.Rank(

Variable tolerance)

 

 

Arguments

tolerance


Description:

The tolerance for the rank calculation

Valid Range:

tolerance ≥ 0

 

 

 

Return Value

Type:

number

 

 

Returns the rank of the matrix.

 

Syntax

myVariable1 = [1,2; 3,4].Rank(myVariable2);

 

 

See also

VirtualMatrix Object

VirtualMatrix.Rank