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

Method __mul__

geometry/matrix.py:123–161  ·  view source on GitHub ↗

get matrix product, be sure that sizes fit. If multiplied with another matrix, this produces a matrix product. if multiplied by anything else, the other is assumed to be a number.

( self, other )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

colsMethod · 0.95
cell_mapMethod · 0.95
MatrixErrorClass · 0.85
MatrixClass · 0.85
rowsMethod · 0.80
appendMethod · 0.80

Tested by

no test coverage detected