| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Extensions.UnitsSolve
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
switchScaleElems :: Num a => Int -> Int -> a -> [a] -> [a] Source