hblas-0.3.0.0: src/Numerical/HBLAS/Constants.lhs
\begin{code}
module Numerical.HBLAS.Constants(flopsThreshold) where
import Data.Int
flopsThreshold :: Int64
flopsThreshold = 10000
\end{code}\begin{code}
module Numerical.HBLAS.Constants(flopsThreshold) where
import Data.Int
flopsThreshold :: Int64
flopsThreshold = 10000
\end{code}