vector:benchmarks-O2
Safe HaskellNone
LanguageHaskell2010

Bench.Vector.Algo.FindIndexR

Documentation

findIndexR :: (Double -> Bool, Vector Double) -> Maybe Int Source #

findIndexR_naive :: (Double -> Bool, Vector Double) -> Maybe Int Source #

findIndexR_manual :: (Double -> Bool, Vector Double) -> Maybe Int Source #