SWIFTSIM / emulator

The SWIFT simulation cosmological emulator (swift-emulator)
GNU Lesser General Public License v3.0
5 stars 2 forks source link

numab Jit the prediction function? #47

Open MatthieuSchaller opened 1 month ago

MatthieuSchaller commented 1 month ago

Could the prediction function be numba-ed? After all it's just a bunch of matrix operations. jit should do magic on it.