dash icon indicating copy to clipboard operation
dash copied to clipboard

Pattern for triangular matrices

Open devreal opened this issue 6 years ago • 0 comments

Some (numerical) algorithms do not require the full matrix but work on the upper or lower triangular matrix. Thus, it would be sufficient to store half of the matrix. It's important that it's not strictly a triangular matrix in that the blocks on the diagonal should remain intact.

devreal avatar Mar 12 '19 14:03 devreal