You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases we do not want to build the kernel matrix explicitely but simply want to evaluate its components when necessary (for example in K * v).
We should have a lazy API (or just rely on an existing one) that basically builds a LazyKernelMatrix containing references to the kernel and the data and implementing getindex(...) appropriately
The text was updated successfully, but these errors were encountered:
In some cases we do not want to build the kernel matrix explicitely but simply want to evaluate its components when necessary (for example in
K * v
).We should have a lazy API (or just rely on an existing one) that basically builds a
LazyKernelMatrix
containing references to the kernel and the data and implementinggetindex(...)
appropriatelyThe text was updated successfully, but these errors were encountered: