Closed fPecc closed 1 year ago
Replaced the continuous np.concatenate with only one concatenate at the end. Speeds up the execution significantly for big input matrices and small dimensions arrays
Would be the same for _is.py and _os.py?
Edit: yes, the same for _os.py at least Thanks for the code!
Replaced the continuous np.concatenate with only one concatenate at the end. Speeds up the execution significantly for big input matrices and small dimensions arrays