FunctionSpaceFunctions2(R, A, S, B)ΒΆ
fspace.spad line 1157 [edit on github]
R: Join(Ring, Comparable)
A: FunctionSpace R
S: Join(Ring, Comparable)
B: FunctionSpace S
This package allows a mapping R
->
S
to be lifted to a mapping from a function space over R
to a function space over S
.
- map: (R -> S, A) -> B
map(f, a)
appliesf
to all the constants inR
appearing ina
.