Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Non-symmetric Toeplitz matrices #76

Open
MoiseRousseau opened this issue Sep 6, 2023 · 1 comment
Open

[Feature Request] Non-symmetric Toeplitz matrices #76

MoiseRousseau opened this issue Sep 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@MoiseRousseau
Copy link

🚀 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

@MoiseRousseau MoiseRousseau added the enhancement New feature or request label Sep 6, 2023
@gpleiss
Copy link
Member

gpleiss commented Sep 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants