Input and Output

The following tables show I/O routines provided by NLCPy.

NumPy binary files(NPY, NPZ)

nlcpy.load

Loads arrays or pickled objects from .npy, .npz or pickled files.

Text files

nlcpy.loadtxt

Loads data from a text file.

Raw binary files

nlcpy.fromfile

Constructs an array from data in a text or binary file.