mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-22 03:42:19 +00:00
4d50f54a741731339cc3fc6959942306d5b8ccaa
svn path=/trunk/boost/numeric/ublas/; revision=54231
matrix_sparse.hpp - see #2195, fixed compressed_matrix::erase_element(); must use >= instead of > because the last element of index1_data is the "end of list" marker. Segfault was caused by *(itv + 1) which pointed to an element _after_ index1_data.end()
comp_mat_erase.cpp - unit test to verify compressed matrix layout, insertion and erasure of elements, see #2195
Description
Mirrored via gitea-mirror
Languages
C++
99%
QMake
0.5%
Python
0.3%
Shell
0.1%