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

Minor fix #58

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Minor fix #58

merged 2 commits into from
Dec 17, 2024

Conversation

terasakisatoshi
Copy link
Contributor

No description provided.

@terasakisatoshi terasakisatoshi merged commit 9fa8f27 into main Dec 17, 2024
1 check passed
@terasakisatoshi terasakisatoshi deleted the terasaki/minor-fix branch December 17, 2024 00:03
Comment on lines +82 to +87
/*
std::cout << "scale = " << scale << std::endl;
// Ensure the correct function or member is used for singular values
Eigen::VectorXd scaled_s_eigen = sve.s * scale;
std::cout << "scaled_s_eigen " << scaled_s_eigen << std::endl;
std::cout << "basis.s.size()" << basis.s.size() << std::endl;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test fails basis.s.size() outputs 0

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

Successfully merging this pull request may close these issues.

1 participant