lapack-0.3.0.1: Numerical Linear Algebra using LAPACK

Safe HaskellNone

Numeric.LAPACK.Example.EconomicAllocation

Description

Do not import this module. It is only for demonstration purposes.

Documentation

type Matrix height width = General height width DoubleSource

normalize :: (Eq height, C height, C width) => Matrix height width -> Matrix height widthSource

normalizeSplit :: (C sh0, C sh1, Eq sh1) => Matrix sh1 (sh0 :+: sh1) -> (Matrix sh0 sh1, SquareMatrix sh1)Source

completeIdSquare :: (C sh0, Eq sh0, C sh1, Eq sh1) => Matrix sh1 (sh0 :+: sh1) -> SquareMatrix (sh0 :+: sh1)Source

iterated :: (C sh0, Eq sh0, C sh1, Eq sh1) => Matrix sh1 (sh0 :+: sh1) -> Vector (sh0 :+: sh1) -> Vector (sh0 :+: sh1)Source

compensated :: (C sh0, Eq sh0, C sh1, Eq sh1) => Matrix sh1 (sh0 :+: sh1) -> Vector (sh0 :+: sh1) -> Vector sh0Source