Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ put
Method
put
src/RaceNet/Matrix.h:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
template<class T>
141
void Matrix<T>::put(int h, int w, T const &value) {
142
array[h][w] = value;
143
}
144
145
template<class T>
146
T Matrix<T>::get(int h, int w) const {
Callers
2
Mutate
Method · 0.80
loadNetworkParams
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected