operator_dimension()#

abstract static _NonparametricOperator.operator_dimension(r: int, m: int = None) int[source]#

Column dimension of the operator entries.

Child classes should implement this method as a @staticmethod.

Parameters
rint

State dimension.

mint or None

Input dimension.

Returns
Number of columns in the operator entries.
This is also the number of rows in the data matrix block.