kernelkit.BaseOperator#
- class kernelkit.BaseOperator#
A mathematical operator.
- Attributes:
TThe corresponding adjoint of the operator.
domain_shapeThe shape of the domain of the operator.
range_shapeThe shape of the range of the operator.
Methods
__call__(input[, out])Apply the operator to an input, writing the result to an output.
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)Attributes
TThe corresponding adjoint of the operator.
domain_shapeThe shape of the domain of the operator.
range_shapeThe shape of the range of the operator.