Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
values :: (C height, C width, Floating a) => General height width a -> Vector ZeroInt (RealOf a) Source #
valuesTall :: (C vert, C height, C width, Floating a) => Full vert Small height width a -> Vector width (RealOf a) Source #
valuesWide :: (C horiz, C height, C width, Floating a) => Full Small horiz height width a -> Vector height (RealOf a) Source #
decompose :: (C height, C width, Floating a) => General height width a -> (Square height a, Vector ZeroInt (RealOf a), Square width a) Source #
decomposeTall :: (C horiz, C height, C width, Floating a) => Full horiz Small height width a -> (Full horiz Small height width a, Vector width (RealOf a), Square width a) Source #
decomposeWide :: (C vert, C height, C width, Floating a) => Full Small vert height width a -> (Square height a, Vector height (RealOf a), Full Small vert height width a) Source #
determinantAbsolute :: (C height, C width, Floating a) => General height width a -> RealOf a Source #
leastSquaresMinimumNormRCond :: (C vert, C horiz, C height, Eq height, C width, C nrhs, Floating a) => RealOf a -> Full horiz vert height width a -> Full vert horiz height nrhs a -> (Int, Full vert horiz width nrhs a) Source #
pseudoInverseRCond :: (C vert, C horiz, C height, Eq height, C width, Eq width, Floating a) => RealOf a -> Full vert horiz height width a -> (Int, Full horiz vert width height a) Source #