set_entries()#
- InterpCubicOperator.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
, interpretentries
as a horizontal concatenation of arrays; ifFalse
(default), interpretentries
as a list of arrays.