Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.
This repository was archived by the owner on May 11, 2023. It is now read-only.

dev: Improve computation backend for sum and product kernels. #38

@daniel-dodd

Description

@daniel-dodd

Sum and product kernels assume the gram matrix is dense.

Propose to exploit the additive gram structure for sum kernels, the Hadamard product structure for product kernels.

The first is easy to implement. The latter might require ensuring the __mul__ method is defined for all linear operators over in JaxLinOp (if not implemented already).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions