Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
solveSystem :: (?solver :: Solver) => LinearSystem -> Consistency LinearSystem Source #
solveSystem' :: LinearSystem -> Col -> Row -> Consistency LinearSystem Source #
cutSystem :: Int -> LinearSystem -> LinearSystem Source #
checkSystem :: LinearSystem -> Row -> Consistency LinearSystem Source #
elimRow :: LinearSystem -> Maybe Row -> Col -> Row -> Consistency LinearSystem Source #
elimRow' :: LinearSystem -> Row -> Col -> LinearSystem Source #