MCPcopy 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
140template<class T>
141void Matrix<T>::put(int h, int w, T const &value) {
142 array[h][w] = value;
143}
144
145template<class T>
146T Matrix<T>::get(int h, int w) const {

Callers 2

MutateMethod · 0.80
loadNetworkParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected