| 43 | } |
| 44 | |
| 45 | int readArrayCheck(const char *filename, const char *key) { |
| 46 | int out = -1; |
| 47 | AF_THROW(af_read_array_key_check(&out, filename, key)); |
| 48 | return out; |
| 49 | } |
| 50 | |
| 51 | void toString(char **output, const char *exp, const array &arr, |
| 52 | const int precision, const bool transpose) { |
nothing calls this directly
no test coverage detected