| 49 | } |
| 50 | |
| 51 | void 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 | |
| 56 | const char *toString(const char *exp, const array &arr, const int precision, |
| 57 | const bool transpose) { |
nothing calls this directly
no test coverage detected