MCPcopy Index your code
hub / github.com/bengolder/python-geometry / cell_map

Method cell_map

geometry/matrix.py:112–121  ·  view source on GitHub ↗

map a function to each cell of this matrix, and return the resulting matrix. additional iterables can be passed, but the function take one argument for each iterable. this can be used to iterate through two Matrices simultaneously, creating a new Matrix with the same dimensio

(self, function, *args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__mul__Method · 0.95
__add__Method · 0.95
__sub__Method · 0.95

Calls 1

MatrixClass · 0.85

Tested by

no test coverage detected