set_entries()

set_entries()#

abstract ParametricOpInfOperator.set_entries(entries, fromblock: bool = False) None[source]#

Set the arrays that define the operator matrix as a function of the parameter vector.

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

Operator entries, 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.