Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
unsigned 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_rank
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected