lapack-0.3: Numerical Linear Algebra using LAPACK

Safe HaskellNone

Numeric.LAPACK.Shape

Synopsis

Documentation

data Min sh0 sh1 Source

Uses the indices of the second shape, but the list of indices is restricted by the size of the first shape.

Constructors

Min 

Fields

minShape0 :: sh0
 
minShape1 :: sh1
 

Instances

(Eq sh0, Eq sh1) => Eq (Min sh0 sh1) 
(Show sh0, Show sh1) => Show (Min sh0 sh1) 
(C sh0, C sh1) => C (Min sh0 sh1) 
(C sh0, Indexed sh1) => Indexed (Min sh0 sh1) 
(C sh0, InvIndexed sh1) => InvIndexed (Min sh0 sh1)