Skip to content
  • Alvarez, Gonzalo's avatar
    BlockOffDiagMatrix:: toSparse · b703d4d9
    Alvarez, Gonzalo authored
    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.
    b703d4d9