lapack-0.2: Numerical Linear Algebra using LAPACK

Safe HaskellNone

Numeric.LAPACK.ShapeStatic

Synopsis

Documentation

newtype ZeroBased n Source

ZeroBased denotes a range starting at zero and has a certain length.

Constructors

ZeroBased 

Instances

vector :: (Natural n, Storable a) => T n a -> Array (ZeroBased n) aSource