MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / mul

Method mul

Compiler/types.py:7197–7199  ·  view source on GitHub ↗
(self, other, res_params=None)

Source from the content-addressed store, hash-verified

7195 return self.mul(other)
7196
7197 def mul(self, other, res_params=None):
7198 # legacy function
7199 return self.dot(other, res_params)
7200
7201 def dot(self, other, res_params=None, n_threads=None):
7202 """ Matrix-matrix and matrix-vector multiplication.

Callers 1

__mul__Method · 0.95

Calls 1

dotMethod · 0.95

Tested by

no test coverage detected