compute is back? and updated with tabulate
This commit is contained in:
parent
8c975abcc9
commit
60dfaed9bb
@ -1,4 +1,9 @@
|
|||||||
import math
|
import math
|
||||||
|
from tabulate import tabulate
|
||||||
|
|
||||||
|
##print("Matrix A:")
|
||||||
|
##print(tabulate(matrix_a))
|
||||||
|
|
||||||
|
|
||||||
def matmul(mA:list[list[int]], mB:list[list[int]]) -> list[list[int]]:
|
def matmul(mA:list[list[int]], mB:list[list[int]]) -> list[list[int]]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user