blas-0.6: Bindings to the BLAS librarySource codeContentsIndex
BLAS.Internal
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Description
Documentation
clearArray :: Storable e => Ptr e -> Int -> IO ()Source
bzero :: Ptr a -> Int -> IO ()Source
inlinePerformIO :: IO a -> aSource
checkedSubvector :: Int -> (Int -> Int -> v) -> Int -> Int -> vSource
checkedSubvectorWithStride :: Int -> Int -> (Int -> Int -> v) -> Int -> Int -> vSource
checkVecVecOp :: String -> Int -> Int -> a -> aSource
checkedRow :: (Int, Int) -> (Int -> v) -> Int -> vSource
checkedCol :: (Int, Int) -> (Int -> v) -> Int -> vSource
checkedDiag :: (Int, Int) -> (Int -> v) -> Int -> vSource
checkedSubmatrix :: (Int, Int) -> ((Int, Int) -> (Int, Int) -> a) -> (Int, Int) -> (Int, Int) -> aSource
checkMatMatOp :: String -> (Int, Int) -> (Int, Int) -> a -> aSource
checkMatVecMult :: (Int, Int) -> Int -> a -> aSource
checkMatMatMult :: (Int, Int) -> (Int, Int) -> a -> aSource
checkMatVecMultAdd :: (Int, Int) -> Int -> Int -> a -> aSource
checkMatMatMultAdd :: (Int, Int) -> (Int, Int) -> (Int, Int) -> a -> aSource
checkMatVecSolv :: (Int, Int) -> Int -> a -> aSource
checkMatMatSolv :: (Int, Int) -> (Int, Int) -> a -> aSource
checkMatVecSolvTo :: (Int, Int) -> Int -> Int -> a -> aSource
checkMatMatSolvTo :: (Int, Int) -> (Int, Int) -> (Int, Int) -> a -> aSource
checkSquare :: (Int, Int) -> a -> aSource
checkFat :: (Int, Int) -> a -> aSource
checkTall :: (Int, Int) -> a -> aSource
checkBinaryOp :: (Eq i, Show i) => i -> i -> a -> aSource
checkTernaryOp :: (Eq i, Show i) => i -> i -> i -> a -> aSource
diagStart :: Int -> (Int, Int)Source
diagLen :: (Int, Int) -> Int -> IntSource
Produced by Haddock version 2.3.0