BlockOffDiagMatrix:: toSparse
BlockOffDiagMatrix: toSparse() does not support patches with overlapping rows That is it supports blocked matrices like so A 0 0 0 B 0 0 C 0 where A, B, C are matrices. But does not support 0 0 0 0 A B 0 0 0 Because blocks A and B overlap rows.
Please register or sign in to comment