operator_dimension()#
- abstract static OpInfOperator.operator_dimension(r: int, m: int = None) int [source]#
Column dimension of the operator entries.
Child classes should decorate this method with
@staticmethod
.- Parameters:
- rint
State dimension.
- mint or None
Input dimension.
- Returns:
- dint
Number of columns in the operator entries matrix. This is also the number of rows in the data matrix block.