hblas-0.4.0.1: Human friendly BLAS and Lapack bindings for Haskell.

Safe HaskellNone
LanguageHaskell2010

Numerical.HBLAS.BLAS.Internal.Utility

Synopsis

Documentation

isVectorBadWithNIncrement :: Int -> Int -> Int -> Bool Source #

isVectorBadWithNIncrement returns true if the range of accesses is bigger than the physical size of the underlying buffer

coordSwapper :: Transpose -> (a, a) -> (a, a) Source #