blas-0.5: Bindings to the BLAS librarySource codeContentsIndex
BLAS.Vector
Stabilityexperimental
MaintainerPatrick Perry <patperry@stanford.edu>
Description
Synopsis
class Vector x where
dim :: x n e -> Int
conj :: Elem e => x n e -> x n e
Documentation
class Vector x whereSource
A class for vectors.
Methods
dim :: x n e -> IntSource
Get the dimension of the vector.
conj :: Elem e => x n e -> x n eSource
Returns a view into an existing vector that takes the complex conjugate of every element. For real vectors, this should compile to a no-op.
show/hide Instances
Produced by Haddock version 2.3.0