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

Function solve

src/api/c/solve.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25template<typename T>
26static inline af_array solve(const af_array a, const af_array b,
27 const af_mat_prop options) {
28 return getHandle(solve<T>(getArray<T>(a), getArray<T>(b), options));
29}
30
31af_err af_solve(af_array* out, const af_array a, const af_array b,
32 const af_mat_prop options) {

Callers 5

TESTFunction · 0.50
solveTesterFunction · 0.50
solveTriangleTesterFunction · 0.50
solveTesterFunction · 0.50
solveTriangleTesterFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected