We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If the option align_matrix = true is used, the following happens.
align_matrix = true
A = [1. 1; 1 -1]
A = [1.01; 1 -1]
A = [1.0 1; 1 -1]