numpy.savetxt(fname, X, fmt='%.18e', delimiter=' ', newline='\n', header='', footer='', comments='# ')
numpy.get_printoptions()
numpy.savez(file, *args, **kwds)
numpy.binary_repr(num, width=None)
numpy.array_str(a, max_line_width=None, precision=None, suppress_small=None)
ndarray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data as a (nested) Python
numpy.set_printoptions(precision=None, threshold=None, edgeitems=None, linewidth=None, suppress=None, nanstr=None, infstr=None, formatter=None)
numpy.array2string(a, max_line_width=None, precision=None, suppress_small=None, separator=' ', prefix='', style=, formatter=None)
ndarray.tofile(fid, sep="", format="%s") Write array to a file as text or binary (default). Data is always written
DataSource.exists(path)
Page 2 of 3