MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / zeros

Function zeros

source/matplot/util/common.cpp:572–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 }
571
572 vector_2d zeros(size_t rows, size_t cols) {
573 return vector_2d(rows, vector_1d(cols, 0.));
574 }
575
576 vector_2d ones(size_t rows, size_t cols) {
577 return vector_2d(rows, vector_1d(cols, 0.));

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected