accelerate-arithmetic-0.1: Linear algebra and interpolation using the Accelerate framework

Safe HaskellNone
LanguageHaskell98

Data.Array.Accelerate.LinearAlgebra.Matrix.Banded

Documentation

newtype Symmetric ix a Source

Constructors

Symmetric (Matrix ix a) 

flattenSymmetric :: (Slice ix, Shape ix, Elt a, IsNum a) => Symmetric ix a -> Matrix ix a Source