VirtualMatrix.Normalized() Method

Top 

Description

Computes the matrix divided by its Frobenius norm.

 

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.Normalized(

)

 

 

Return Value

Type:

Matrix of number

 

 

Returns the matrix divided by its Frobenius norm.

 

Syntax

myMatrix1 = [1,2; 3,4].Normalized();

 

 

See also

VirtualMatrix Object