constant_stf_operator¶
-
static
OperationNamespace.
constant_stf_operator
(operator)¶ Creates a constant operator.
- Parameters
operator (np.ndarray) – The operator \(A\), or a batch of operators. It must have at least two dimensions, and its last two dimensions must be equal.
- Returns
The operator \(t\mapsto A\) (or batch of operators, if you provide a batch of operators).
- Return type
Stf(3D)