kernelkit.BaseOperator#
- class kernelkit.BaseOperator#
A mathematical operator.
- Attributes:
T
The corresponding adjoint of the operator.
domain_shape
The shape of the domain of the operator.
range_shape
The 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
T
The corresponding adjoint of the operator.
domain_shape
The shape of the domain of the operator.
range_shape
The shape of the range of the operator.