Matrix.Norm() Method

Top 

Description

Calculates the Frobenius norm of the matrix.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

Matrix.Norm(

)

 

 

Return Value

Type:

number

 

 

Returns the norm of the matrix.

 

Syntax

myVariable1 = myMatrix1.Norm();

 

 

See also

Matrix Object

Matrix.Norm

Matrix, Array, and Variable Math Guide