Welcome to LinearOperator!
This repo is in charge of what was previously known as `LazyTensor` in GPyTorch. It is currently a package that is predominantly used within GPyTorch, and assumes that the `LinearOperators` will be PSD kernel matrices. In the future, the goal is to make this a more generic implementation of LinearOperators that can be used in any number of applications.
What's new
For now, this implementation is very similar to what is currently in GPyTorch (v1.8.1). The only major difference is that `*LazyTensor` has been renamed to `*LinearOperator`.