accelerate-arithmetic-1.0.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, Num a) => Symmetric ix a -> Matrix ix a Source #