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
Matrix.reduce_vector() cannot be used with lib.GxB_*_MONOID. The problem might be around this line: https://github.com/michelp/pygraphblas/blob/7465ef6fcc77c9901869b70ddf1d77a86570c336/pygraphblas/matrix.py#L598
It would be also good to have a version that supports the BinaryOp variant of reduce_vector.
The text was updated successfully, but these errors were encountered:
Hmm, i'll check it out, but meanwhile you can so something like vector_reduce(FP32.PLUS_MONOID) agreed a bout the BinaryOp variant.
vector_reduce(FP32.PLUS_MONOID)
Sorry, something went wrong.
No branches or pull requests
Matrix.reduce_vector() cannot be used with lib.GxB_*_MONOID.
The problem might be around this line:
https://github.com/michelp/pygraphblas/blob/7465ef6fcc77c9901869b70ddf1d77a86570c336/pygraphblas/matrix.py#L598
It would be also good to have a version that supports the BinaryOp variant of reduce_vector.
The text was updated successfully, but these errors were encountered: