set_entries()

set_entries()#

InterpConstantOperator.set_entries(entries, fromblock: bool = False) None#

Set the operator matrices at the training parameter values.

Parameters:
entrieslist of s (r, d) ndarrays, or (r, sd) ndarray

Operator matrices, either as a list of arrays (fromblock=False, default) or as a horizontal concatenatation of arrays (fromblock=True).

fromblockbool

If True, interpret entries as a horizontal concatenation of arrays; if False (default), interpret entries as a list of arrays.