datablock()#

abstract _ParametricOperator.datablock(states, inputs=None)[source]#

Return the data matrix block corresponding to the operator.

Parameters
stateslist of s (r, k) ndarrays

State snapshots for each of the s training parameter values.

inputslist of s (m, k) ndarrays

Inputs corresponding to the state snapshots.

Returns
blockndarray

Data block for the parametric operator.