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

Function rank

src/api/cpp/lapack.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112unsigned rank(const array &in, const double tol) {
113 unsigned r = 0;
114 AF_THROW(af_rank(&r, in.get(), tol));
115 return r;
116}
117
118#define INSTANTIATE_DET(TR, TC) \
119 template<> \

Callers

nothing calls this directly

Calls 2

af_rankFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected