MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / get

Method get

src/RaceNet/Matrix.h:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145template<class T>
146T Matrix<T>::get(int h, int w) const {
147 return array[h][w];
148}
149
150template<class T>
151Matrix<T> Matrix<T>::add(T const &value) {

Callers 6

LoggerMethod · 0.80
ReceiveLogMessageMethod · 0.80
ReceiveLogMessageMethod · 0.80
MutateMethod · 0.80
InferMethod · 0.80
printToFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected