-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Want to do:
T = ChebyshevT()
x = axes(T,1)
K = (x,y) -> exp(x*cos(y)) # some kernel
f = expand(T, exp) # some function
K.(x, x') * f # this is integration wrt a kernel
We have some experiments for 2D quasivectors. Here K.(x, x')
is a quasi-matrix. Do we want to support bases as 4-tensors: i.e. T²[x,y,k,j]
so that if X isa AbstractMatrix
we can write K = T² * X
?
Metadata
Metadata
Assignees
Labels
No labels