MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / inverse

Function inverse

src/api/cpp/lapack.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100array inverse(const array &in, const matProp options) {
101 af_array out;
102 AF_THROW(af_inverse(&out, in.get(), options));
103 return array(out);
104}
105
106array pinverse(const array &in, const double tol, const matProp options) {
107 af_array out;

Callers

nothing calls this directly

Calls 3

af_inverseFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected