Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: lazy Sum and Product computation. #376

Open
daniel-dodd opened this issue Aug 30, 2023 · 0 comments
Open

feat: lazy Sum and Product computation. #376

daniel-dodd opened this issue Aug 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@daniel-dodd
Copy link
Member

Introduce product and sum kernel computations (these are currently dense) by lazily building the gram matrix for each kernel, and then apply product and sum operations across a set of LinearOperators. This would allow e.g., to add two Kernels together with Diagonal gram covariance structure and experience O(N) time rather than O(N^3) for the current dense.

@daniel-dodd daniel-dodd added the enhancement New feature or request label Aug 30, 2023
@st-- st-- changed the title feat: Sum and Product computation. feat: lazy Sum and Product computation. Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant