由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - question regarding standard library
相关主题
问个有关C++ map的问题什么风格是pythonic?
What's problem with this piece of code using stl map?sparse linear Ax = b , 有什么好办法解 x ?
stl iterator has "NULL" like const?郁闷啊
对STL的set比较熟悉的进来看看guvest,问你个问题
问几个关于hash, map, set的问题 (转载)请问如何将c/c++ 中的ascii 文件存为binary 文件,
Associative container 是 set, multiset, map, multimap 这些东西吗?c++设计一问:如何动态地调用不同的算法的dll ?
matlab C API 怎么用啊??请问,command的名字
gnu c++ 自带的库能解矩阵方程吗?Remove elements from multiple vectors in C++
相关话题的讨论汇总
话题: regarding话题: library话题: standard话题: elements话题: question
进入Programming版参与讨论
1 (共1页)
s**p
发帖数: 207
1
i have a sparse matrix to solve, which need to change a little bit in the
future, will add 1 or 2 non-zero elements or delete 1 or 2 evertime.
i want to use CSR (compressed storage by row) to store it
one way is to implement with three vectors, val, row_ptr, col_idx
but this will give me trouble when i modified the matrix. changing only
several elements I need to re-do the whole procedure.
so I want to use a multimap. which should work very nicely.
then i have one concern, how can i deal with t
1 (共1页)
进入Programming版参与讨论
相关主题
Remove elements from multiple vectors in C++问几个关于hash, map, set的问题 (转载)
C++里面如何最方便的表示这个数组的数组?Associative container 是 set, multiset, map, multimap 这些东西吗?
node express.js如何packagematlab C API 怎么用啊??
wdong的网站在我公司的黑名单上,LoLgnu c++ 自带的库能解矩阵方程吗?
问个有关C++ map的问题什么风格是pythonic?
What's problem with this piece of code using stl map?sparse linear Ax = b , 有什么好办法解 x ?
stl iterator has "NULL" like const?郁闷啊
对STL的set比较熟悉的进来看看guvest,问你个问题
相关话题的讨论汇总
话题: regarding话题: library话题: standard话题: elements话题: question