GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
229 stars 61 forks source link

LAGraph_pattern is not implemented for vectors #80

Closed marci543 closed 2 years ago

marci543 commented 4 years ago

LAGraph_pattern() function is implemented only for matrices. I think it would be useful to have it also for vectors.

DrTimothyAldenDavis commented 2 years ago

This is now called LAGraph_Structure, and it is a lot simpler in the v2.0 C API. It would be simple now to add an LAGraph_Vector_Structure method.

DrTimothyAldenDavis commented 2 years ago

Added, as LAGraph_Vector_Structure. See also LAGraph_Matrix_Structure.