lapack-0.2.4: Numerical Linear Algebra using LAPACK
Numeric.LAPACK.ShapeStatic
Synopsis
newtype ZeroBased n Source
ZeroBased denotes a range starting at zero and has a certain length.
ZeroBased
Constructors
Fields
Instances
vector :: (Natural n, Storable a) => T n a -> Array (ZeroBased n) aSource