blas-0.5: Bindings to the BLAS librarySource codeContentsIndex
Data.Matrix.Tri.Dense
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Description
Documentation
module Data.Matrix.Tri
module BLAS.Matrix.Immutable
module BLAS.Matrix.ReadOnly
module BLAS.Matrix.Solve
trmv :: BLAS3 e => e -> Tri (DMatrix t) (n, n) e -> IOVector n e -> IO ()Source
trsv :: BLAS3 e => e -> Tri (DMatrix t) (n, n) e -> IOVector n e -> IO ()Source
trmm :: BLAS3 e => e -> Tri (DMatrix t) (m, m) e -> IOMatrix (m, n) e -> IO ()Source
trsm :: BLAS3 e => e -> Tri (DMatrix t) (m, m) e -> IOMatrix (m, n) e -> IO ()Source
Produced by Haddock version 2.3.0