Algebraic-Programming / ALP

Home of ALP/GraphBLAS and ALP/Pregel, featuring shared- and distributed-memory auto-parallelisation of linear algebraic and vertex-centric programs. Soon with more to come!
Apache License 2.0
25 stars 4 forks source link

Provide grb::selectSubmatrix(Matrix out, Matrix in, Vector rows, Vector cols) #319

Open aleksamilisavljevic opened 7 months ago

aleksamilisavljevic commented 7 months ago

As the matrix out, select the submatrix of the matrix in, specified by vectors rows and cols.