| H A D | test_mat_py.py | 14 def create(self, mat): argument 17 def destroy(self, mat): argument 20 def setUp(self, mat): argument 27 def scale(self, mat, s): argument 30 def shift(self, mat, s): argument 33 def mult(self, mat, x, y): argument 37 def duplicate(self, mat, op): argument 46 def getDiagonal(self, mat, vd): argument 49 def productSetFromOptions(self, mat, producttype, A, B, C): argument 52 def productSymbolic(self, mat, product, producttype, A, B, C): argument [all …]
|