This website requires JavaScript.
Explore
Help
Sign In
boost
/
ublas
Watch
2
Star
0
Fork
0
You've already forked ublas
mirror of
https://github.com/boostorg/ublas.git
synced
2026-02-26 17:12:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
d2f9d354ccc6e88e33990935266a26a735e5a36c
ublas
/
include
History
Gunter Winkler
d2f9d354cc
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()
...
[SVN r54231]
2009-06-22 20:58:30 +00:00
..
boost/numeric
/ublas
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()
2009-06-22 20:58:30 +00:00