Performs the operation on boolean
sparse matrices; product correspond to logical and while sum
correspond to logical or.
This subroutine is just for test pourposes as it performs the
matrix product without exploiting the sparsity, and therefore
with an unfavorable scaling .
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) |