operator

Abstract mathematical operators.

Classes

FunctionalLeftVectorMult(*args, **kwargs)

Expression type for the functional left vector multiplication.

OpDomainError

Exception for domain errors.

OpNotImplementedError

Exception for not implemented errors in LinearSpace’s.

OpRangeError

Exception for domain errors.

OpTypeError

Exception for operator type errors.

Operator(*args, **kwargs)

Abstract mathematical operator.

OperatorComp(*args, **kwargs)

Expression type for the composition of operators.

OperatorLeftScalarMult(*args, **kwargs)

Expression type for the operator left scalar multiplication.

OperatorLeftVectorMult(*args, **kwargs)

Expression type for the operator left vector multiplication.

OperatorPointwiseProduct(*args, **kwargs)

Expression type for the pointwise operator mulitplication.

OperatorRightScalarMult(*args, **kwargs)

Expression type for the operator right scalar multiplication.

OperatorRightVectorMult(*args, **kwargs)

Expression type for the operator right vector multiplication.

OperatorSum(*args, **kwargs)

Expression type for the sum of operators.

OperatorVectorSum(*args, **kwargs)

Operator that computes op(x) + y.