MCPcopy Create free account
hub / github.com/dhale/jtk / invert

Method invert

core/src/main/java/edu/mines/jtk/sgl/Matrix44.java:857–935  ·  view source on GitHub ↗

Compute the inverse B of the specified matrix A. The inverse may be computed in place; the arrays a and b may be the same array. Returns the inverse B. This method is based on Cramer's Rule for the inverse of a matrix, and it's implementation follows that described in Streaming SIMD Extensions -

(double[] a, double[] b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

inverseMethod · 0.95
inverseEqualsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected