FunctionalRightVectorMult
- class odl.functionals.functional.FunctionalRightVectorMult(*args, **kwargs)[source]
Bases:
Functional,OperatorRightVectorMultExpression type for the functional right vector multiplication.
Given a functional
funcand a vectoryin the domain offunc, this corresponds to the functional(func * y)(x) == func(y * x).- __init__(func, vector)[source]
Initialize a new instance.
Parameters
- func
Functional The domain of
funcmust be avector.space.- vector
domainelement The vector to multiply by.
- func