Matrix.Norm(Variable) Method

Top 

Description

Calculates the specified 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(

Variable normType)

 

 

Arguments

normType


Description:

Determines the type of norm to calculate.

Valid Values:

Value

Label

0

Frobenius-Norm

1

1-Norm

2

2-Norm

3

Infinity-Norm

 

 

 

 

Return Value

Type:

number

 

 

Returns the norm of the matrix.

 

Syntax

myVariable1 = myMatrix1.Norm(myVariable2);

 

 

See also

Matrix Object

Matrix.Norm

Matrix, Array, and Variable Math Guide