We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, assigning to an invalid location (outside band or triangular component) in a mutable matrix will throw an assertion.
Should be able to configure via build setting at compile time:
strict asserts on assigning a value:
lazy assignment lets you assign anywhere in the matrix and invalidate state accordingly:
This would also convert the internal representation to conventional if the symmetry/band/triangular property is violated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, assigning to an invalid location (outside band or triangular component) in a mutable matrix will throw an assertion.
Should be able to configure via build setting at compile time:
strict asserts on assigning a value:
lazy assignment lets you assign anywhere in the matrix and invalidate state accordingly:
This would also convert the internal representation to conventional if the symmetry/band/triangular property is violated.
The text was updated successfully, but these errors were encountered: