save()

save()#

AffineInputOperator.save(savefile: str, overwrite: bool = False) None#

Save the operator to an HDF5 file.

Since the coeffs are callables, they cannot be serialized, and are therefore an argument to load().

Parameters:
savefilestr

Path of the file to save the basis in.

overwritebool

If True, overwrite the file if it already exists. If False (default), raise a FileExistsError if the file already exists.