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

Function pinverse

src/api/cpp/lapack.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106array pinverse(const array &in, const double tol, const matProp options) {
107 af_array out;
108 AF_THROW(af_pinverse(&out, in.get(), tol, options));
109 return array(out);
110}
111
112unsigned rank(const array &in, const double tol) {
113 unsigned r = 0;

Callers 2

TYPED_TESTFunction · 0.50
TESTFunction · 0.50

Calls 3

af_pinverseFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected