Open xinxueHEAI opened 3 years ago
How about you all figure out a way to replicate np.dot() using for loop and/or multiprocessing ? When you have time also do the same for np.linalg.det(). Please merge your final code to main.
np.dot()
np.linalg.det()
Check if you can perform np.dot(). if you can, then use a for loop to replicate np.dot()
How about you all figure out a way to replicate
np.dot()
using for loop and/or multiprocessing ? When you have time also do the same fornp.linalg.det()
. Please merge your final code to main.