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

Typo in eigK.m #18

Closed
cgd8d opened this issue Dec 14, 2015 · 1 comment
Closed

Typo in eigK.m #18

cgd8d opened this issue Dec 14, 2015 · 1 comment

Comments

@cgd8d
Copy link

cgd8d commented Dec 14, 2015

At

sedumi/eigK.m

Line 77 in 6c49c13

li(li+1:li+nl) = x(xi+1:xi+nl);
, replace line 77:

li(li+1:li+nl) = x(xi+1:xi+nl);

with

lab(li+1:li+nl) = x(xi+1:xi+nl);
@siko1056 siko1056 mentioned this issue Apr 25, 2020
@siko1056
Copy link
Member

Thank you @cgd8d for your suggestion and sorry for the five years without reply. Your change has now been fixed with b7deadd in #54 .

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

2 participants