load()

load()#

classmethod AffineLinearOperator.load(loadfile: str, coeffs)#

Load an affine parametric operator from an HDF5 file.

Parameters:
loadfilestr

Path to the file where the operator was stored via save().

coeffsiterable of callables

Scalar-valued coefficient functions for each term of the affine expansion.

Returns
——-
op_AffineOperator

Initialized operator object.