Skip to content

feat: eigen::new() and eigen::try_new()#1607

Open
ferxades12 wants to merge 3 commits into
dimforge:mainfrom
ferxades12:eigen-new-fix
Open

feat: eigen::new() and eigen::try_new()#1607
ferxades12 wants to merge 3 commits into
dimforge:mainfrom
ferxades12:eigen-new-fix

Conversation

@ferxades12

@ferxades12 ferxades12 commented Jun 23, 2026

Copy link
Copy Markdown

Resolves: #1594
Resolves: #1593

Eigen::new() was a mix between new() and try_new() patterns, and had errors

Also removed the println! leftover line

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.

Eigen::new() can panic via unwrap() on Schur decomposition failure Leftover debug println! in Eigen::new() pollutes stdout

1 participant