cornellius-gp / linear_operator

A LinearOperator implementation to wrap the numerical nuts and bolts of GPyTorch
MIT License
95 stars 28 forks source link

Fix issue with negative indexing in `CatLinearOperator` #80

Closed Balandat closed 1 year ago

Balandat commented 1 year ago

Addresses #79

Looks like there may be a number of places where negative indexing isn't properly supported. This should probably be audited more comprehensively.