operator_dimension()#
- AffineLinearOperator.operator_dimension(s: int, r: int, m: int) int #
Number of columns in the concatenated operator matrix.
For affine operators, this is
, where is the number of terms in the affine expansion and is the dimension of the function .- Parameters:
- sint
Number of training parameter values.
- rint
State dimension.
- mint or None
Input dimension.
- Returns:
- dint
Number of columns in the concatenated operator matrix.