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
A linear algebra library is of course a really speed-critical application. I'm sure the performance is very much less than optimal and could be improved substantially by well-placed {-# INLINE #-} and {-# RULES #-} pragmas, but without having properly profiled the thing I don't know where this could make sense.
The text was updated successfully, but these errors were encountered:
A linear algebra library is of course a really speed-critical application. I'm sure the performance is very much less than optimal and could be improved substantially by well-placed
{-# INLINE #-}
and{-# RULES #-}
pragmas, but without having properly profiled the thing I don't know where this could make sense.The text was updated successfully, but these errors were encountered: