Skip to content

MATNEST: correctly handle block sizes when rbs != cbs

Lawrence Mitchell requested to merge wence/fix/matnest-submat-blocksize into maint

When looking up, and creating, LGMaps and ISes for the columns, we need to use the column block size, rather than assuming it's equal to the row block size.

Make this explicit everywhere by using MatGetBlockSizes, rather than MatGetBlockSize for the row case.

Edited by Satish Balay

Merge request reports