Invert Matrix

Invert a matrix or an array of matrices. Returns the FLOAT_MAX * identity if the matrix is singular.

Installation

To use this node enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Input (inputs:matrix)

['matrixd[2]', 'matrixd[2][]', 'matrixd[3]', 'matrixd[3][]', 'matrixd[4]', 'matrixd[4][]']

The input matrix or matrices to invert

None

Outputs

Name

Type

Descripton

Default

Inverse (outputs:invertedMatrix)

['matrixd[2]', 'matrixd[2][]', 'matrixd[3]', 'matrixd[3][]', 'matrixd[4]', 'matrixd[4][]']

The resulting inverted matrix or matrices

None

Metadata

Name

Value

Unique ID

omni.graph.nodes.OgnInvertMatrix

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Invert Matrix

Categories

math:operator

Generated Class Name

OgnInvertMatrixDatabase

Python Module

omni.graph.nodes