operator_dimension()#
- abstract ParametricOpInfOperator.operator_dimension(s: int, r: int, m: int = None) int [source]#
Number of columns in the total operator matrix.
- Parameters:
- sint
Number of training parameter values.
- rint
State dimension.
- mint or None
Input dimension.
- Returns:
- dint
Number of columns in the total operator entries matrix. This is also the number of rows in the data matrix block.