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

Function lu_inplace

src/api/c/lu.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40template<typename T>
41static inline af_array lu_inplace(af_array in, bool is_lapack_piv) {
42 return getHandle(lu_inplace<T>(getArray<T>(in), !is_lapack_piv));
43}
44
45af_err af_lu(af_array *lower, af_array *upper, af_array *pivot,
46 const af_array in) {

Callers 1

detFunction · 0.70

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected