Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
256 x 256 の行列 M があり、いくつかの線形インデックス L を生成しました。
また、L でインデックス付けされた M の要素に追加される、L と同じ numels の重みのベクトルがあります。問題は、次の式です。
M(L) = M(L) + weights;
L の値が重複している場合は、重みの最後の対応する要素のみが追加されます。
これを解決する簡単な方法はありますか/何か不足していますか?