Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.32 KB | None | 0 0
  1. def fill_matrix(self, n):
  2. def fill_matrix_random(self, a, b):
  3. def fill_vector(self, array):
  4. def print(self, string=""):
  5. def component_sum(self):
  6. def sum(self, scalar, M):
  7. def multiply(self, M):
  8. def scale(self, scalar):
  9. def square(self):
  10. def transpose(self):
  11. def apply_function(self, act_func):
  12. def average(self):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement