numpy.savetxt(fname, X, fmt='%.18e', delimiter=' ', newline='\n', header='', footer='', comments='# ')
numpy.get_printoptions()
numpy.savez(file, *args, **kwds)
numpy.set_printoptions(precision=None, threshold=None, edgeitems=None, linewidth=None, suppress=None, nanstr=None, infstr=None, formatter=None)
numpy.binary_repr(num, width=None)
ndarray.tolist() Return the array as a (possibly nested) list. Return a copy of the array data as a (nested) Python
numpy.array2string(a, max_line_width=None, precision=None, suppress_small=None, separator=' ', prefix='', style=, formatter=None)
numpy.array_str(a, max_line_width=None, precision=None, suppress_small=None)
numpy.save(file, arr, allow_pickle=True, fix_imports=True)
class numpy.DataSource(destpath='.')
Page 2 of 3