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

Wrapper for functions related to periodic Schur decomposition #86

Closed
RRiva opened this issue Jan 20, 2020 · 3 comments
Closed

Wrapper for functions related to periodic Schur decomposition #86

RRiva opened this issue Jan 20, 2020 · 3 comments

Comments

@RRiva
Copy link

RRiva commented Jan 20, 2020

Dear Slycot support,

SLICOT is probably the only library with an implementation of the periodic Schur decomposition, which is very useful in the analysis of Linear Time-Periodic systems. The main function is MB03WD, which needs MB03VD and probably also MB03XP and MB03YD. Could you please add a wrapper for these subroutines?

Thank you very much 😊

Best regards,
Riccardo Riva

@RRiva RRiva changed the title Wrappers for periodic Wrappers for functions related to periodic Schur decomposition Jan 20, 2020
@RRiva RRiva changed the title Wrappers for functions related to periodic Schur decomposition Wrapper for functions related to periodic Schur decomposition Jan 20, 2020
@bnavigator
Copy link
Collaborator

Is #88 what you are looking for? MB03WX is used in the documentation example, but the unittest I built based on it succeeds without it.

MB03XP and it's auxiliary routines could be added, too. Can't promise if I find time in the next few days though.

@RRiva
Copy link
Author

RRiva commented Jan 27, 2020

Hi Ben, yes it is! It's nice to see how short the test becomes when it's written in python. Also declaring W as a complex array is a good idea.

I only needed MB03WD, so you can skip the other routines.

Thanks a lot 😊

@roryyorke
Copy link
Collaborator

Fixed in #88.

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

No branches or pull requests

3 participants