Should take as input Space element X and function f. Outputs new Space element — result of application of function to the input object, f(X). Meaning of function application is directly related to the mathematical meaning of Space itself. For instance, application of function for VectorSpace will be entry-wise, while application of function for Hermitian matrices happens eigenvalue-wise.
Should take as input Space element
Xand functionf. Outputs new Space element — result of application of function to the input object,f(X). Meaning of function application is directly related to the mathematical meaning of Space itself. For instance, application of function for VectorSpace will be entry-wise, while application of function for Hermitian matrices happens eigenvalue-wise.