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

Matrix: handle non-square matrices #2

Merged
merged 1 commit into from
Jul 9, 2023
Merged

Conversation

stefanozampini
Copy link
Collaborator

use AIJ if blocksize is 1
cleanup code
add test for nonsquare matrices

use AIJ if blocksize is 1
cleanup code
add test for nonsquare matrices
@stefanozampini stefanozampini requested a review from UZerbinati July 8, 2023 23:24
self.type = matTypes[matType]
mat.convert(self.type)
self.mat = mat
# is this a BUG in the bindings?
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Is this a BUG???????

@UZerbinati UZerbinati merged commit deabaed into main Jul 9, 2023
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.

2 participants