I'm wondering how I should define a functional operator (a map from a space of functions to another space of functions) that also takes in a scalar valued variable as an argument.
Question: How should I define an operator $G$ that maps a function $u$ and a scalar valued variable $d$ to a function in $V$?
I know that if $G$ is an operator and $u$ is a function, you can write $G(u)$ to denote the function in the output space, and $G(u)(y)$ to denote the value of the output function evaluated at the point $y$. How would you denote an operator that takes in a scalar valued variable as well? Could you just write $G(u, d)$, where $d$ denotes the scalar valued parameter? And then could you write $G(u, d)(y)$ to denote the value of the output function evaluated at the point $y$?
Thanks!