VirtualMatrix.PseudoInverse Method

Top 

Description

Calculates the Moore-Penrose pseudoinverse of the matrix.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

VirtualMatrix.PseudoInverse()

Matrix

Calculates the Moore-Penrose pseudoinverse of the matrix with a default tolerance of -1.

VirtualMatrix.PseudoInverse(Variable tolerance)

Matrix

Calculates the Moore-Penrose pseudoinverse of the matrix.

 

 

See also

VirtualMatrix Object