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

Function diagExtract

src/api/c/data.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265template<typename T>
266static inline af_array diagExtract(const af_array in, const int num) {
267 return getHandle(diagExtract<T>(getArray<T>(in), num));
268}
269
270af_err af_diag_create(af_array *out, const af_array in, const int num) {
271 try {

Callers 1

detFunction · 0.70

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected