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

Function inverse

src/api/c/inverse.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template<typename T>
23static inline af_array inverse(const af_array in) {
24 return getHandle(inverse<T>(getArray<T>(in)));
25}
26
27af_err af_inverse(af_array* out, const af_array in, const af_mat_prop options) {
28 try {

Callers 1

inverseTesterFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected