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 not stored for this graph (policy: none)
no outgoing calls
no test coverage detected