JaxGaussianProcesses / JaxLinOp

Linear Operators in JAX.
Apache License 2.0
12 stars 0 forks source link

feat: Tridiagonal linear operator. #10

Open daniel-dodd opened 1 year ago

daniel-dodd commented 1 year ago

Tridiagonal matrices arrises under Markovian dynamics. The computational cost for doing inference with a (general) tridiagonal matrix is $O(n)$, while a general matrix is $O(n^3)$ in the number of datapoints $n$. Exploiting this is critical for scalability.