You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Optimisation def formlaplacian(mat): def formlaplacian(mat): # pre-optimization part, currently taking random matrices and vectors x = np.random.rand(100,1000) d = 50