MCPcopy Create free account
hub / github.com/YuePanEdward/MULLS / zero

Method zero

include/tools/matrix.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void Matrix::zero() {
134 setVal(0);
135}
136
137Matrix Matrix::extractCols (vector<int> idx) {
138 Matrix M(m,idx.size());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected