Performs the operation on boolean sparse matrices.
Worst case scenario, nnz(res) will be nnz(sp1)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(yale_sparse), | intent(in) | :: | sp1 |
Input matrices (sparse boolean matrices in Yale format) |
||
type(yale_sparse), | intent(in) | :: | sp2 |
Input matrices (sparse boolean matrices in Yale format) |
||
type(yale_sparse), | intent(out) | :: | res |
Output matrix (sparse boolean matrices in Yale format) |