mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 12:28:04 -05:00
It looks like it will be about 0.4 us/call to calculate the alpha coefficients for one cell in the bicubic, thus less than 0.1 s (200*200*3*0.4e-6) to calculate all the alpha coefficients in one shot. So we'll just do that. Signed-off-by: Ian Bell <ian.h.bell@gmail.com>