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

One-Sided Procrustes for Toeplitz matrices #84

Open
PaulWAyers opened this issue Mar 25, 2021 · 5 comments
Open

One-Sided Procrustes for Toeplitz matrices #84

PaulWAyers opened this issue Mar 25, 2021 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers low priority

Comments

@PaulWAyers
Copy link
Member

The Procrustes method can be solved where the transformation is a Toeplitz matrix
http://dx.doi.org/10.1155/2013/696019
I don't know any applications of this, so I consider it low priority. But it does look straightforward.

@PaulWAyers
Copy link
Member Author

This can also be used for Hankel matrices.

A key question is whether the "closest Toeplitz matrix" or "closest Hankel matrix" to a given matrix is useful? Or are there cases wehre the transformation as a Hankel/Toeplitz matrix.

@FarnazH FarnazH added the enhancement New feature or request label Mar 30, 2021
@PaulWAyers
Copy link
Member Author

This issue is "easy" (it seems) but I don't see an application, so I've marked it low priority.

@PK-SS
Copy link

PK-SS commented Mar 6, 2023

I want to debug this error. Please guide me for furthur things.

@FanwangM
Copy link
Collaborator

FanwangM commented Mar 7, 2023

Thank you for your interest. I would assume you want to learn how to start. You can go through our Procrustes paper (https://doi.org/10.1016/j.cpc.2022.108334) as well as this one (http://dx.doi.org/10.1155/2013/696019). You can get familiar with the general background and the related math details for one-sided Procrustes for Toeplitz matrices problem. Then you can start to get familiar with the API design and implement your codes. But please be sure to fork our repo and work on a new branch instead of the master/main branch. Once you think the code is ready for review, please make a pull request and tag me. I will take a look.

Thank you and feel free to post details questions in GitHub Actions.
@PK-SS

@PaulWAyers
Copy link
Member Author

@PK-SS are you still interested in this?

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

No branches or pull requests

4 participants