Consider a vector $\pmb{v}=(v_1, v_2...,v_n) \in \mathbb{R}^n$ and a function $f: \mathbb{R} \to \mathbb{R} $. What is the best way to denote the vector $(f(v_1), f(v_2)....,f(v_n))$?
Writing $f(\pmb{v})$ isn't exactly correct as $f$ is not $\mathbb{R}^n \to \mathbb{R}^n$.
Edit: Based on comment below - imagine dimension of $\pmb{v}$ here is not known ahead of time.