You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature would be a great addition to the library. We'd happily accept a PR. The file you probably want to modify is linear_operators/utils/toeplitz.py.
🚀 Feature Request
Implementing non-symmetric Toeplitz matrices with fast algorithm for solve and inverse.
Motivation
I have a custom neural net which exhibit non-symmetric Toeplitz matrices.
Pitch
I have already started implementing non-symmetric Toeplitz matrices myself. This issue is just to let you know I am working on it. See https://github.com/MoiseRousseau/linear_operator/tree/Moise/non_sym_toeplitz
The text was updated successfully, but these errors were encountered: