Getting reference of a sub-matrix in java

后端 未结 4 1522
悲&欢浪女
悲&欢浪女 2020-12-18 17:26

I need to do parallel processing of sub-matrices recursively (original matrix divided into 4 passed into a method). The matrix is stored as a 2D array. I can\'t copy the ele

4条回答
  •  再見小時候
    2020-12-18 17:35

    I think you need some new class that will store List>. In this case you will have probability make some sub lists and pass it other process.

提交回复
热议问题