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: Add DTRSYL3 to gonum or lapack64 #1929

Open
rbordoloi opened this issue Dec 4, 2023 · 0 comments
Open

Feature Request: Add DTRSYL3 to gonum or lapack64 #1929

rbordoloi opened this issue Dec 4, 2023 · 0 comments

Comments

@rbordoloi
Copy link

What are you trying to do?

I am trying to do some multivariate statistical calculations, which require me to solve several Sylvester equation. It'd be really helpful to have DTRSYL3 in the gonum package.

What did you try?

For now I am having to run the QR and the Bartels-Stewart algorithm myself.

How does Gonum not allow you to achieve your goal?

I am unable to use the Hessenberg-Schur algorithm to solve the Sylvester equation efficiently

What version of Go and Gonum are you using?

go version go1.21.4 linux/amd64

Is this feature absent from the current master?

Yes

Are you able to help contribute the feature?

No

@rbordoloi rbordoloi changed the title Adding DGEESV and DTRSYL to gonum or lapack64 Feature Request: Adding DTRSYL3 to gonum or lapack64 Dec 4, 2023
@rbordoloi rbordoloi changed the title Feature Request: Adding DTRSYL3 to gonum or lapack64 Feature Request: Add DTRSYL3 to gonum or lapack64 Dec 4, 2023
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

1 participant