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

Function toString

src/api/cpp/util.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void toString(char **output, const char *exp, const array &arr,
52 const int precision, const bool transpose) {
53 AF_THROW(af_array_to_string(output, exp, arr.get(), precision, transpose));
54}
55
56const char *toString(const char *exp, const array &arr, const int precision,
57 const bool transpose) {

Callers

nothing calls this directly

Calls 2

af_array_to_stringFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected