Fix a bug in hyb_matrix constructor
The bug lead to array overrun for non-square matrices where number of rows was less than number of columns. The hist_entries vector should contain enough elements to hold full row of a matrix, not a full column.
Loading
Please sign in to comment