MCPcopy Index your code
hub / github.com/andeya/algorithm / Inv

Function Inv

matrix/cmath/math.go:44–47  ·  view source on GitHub ↗

Make a copy C of A and compute inverse C[i] = 1.0/C[i]. If indexes is empty calculates for all elements. Returns a new matrix.

(A *matrix.ComplexMatrix, indexes ...int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

CopyMethod · 0.65
InvMethod · 0.45

Tested by

no test coverage detected