Vaeeeee-WJ
Results
1
comments of
Vaeeeee-WJ
factor = [np.array([[1, 2], [3, 4]]), np.array([[1, 3], [2, 4], [5, 6]]), np.array([[1, 5], [2, 6], [3, 7], [4, 8]])] The correct version should be this one: factor = [np.array([[1,...