runKleisli / verified-integer-gaussian-elimination

Idris package defining, implementing, and verifying naiive Gaussian elimination over the integers in some system of linear algebra.
Other
9 stars 0 forks source link

New linear combinations module #10

Closed runKleisli closed 8 years ago

runKleisli commented 8 years ago

Separate ZZModuleSpan work to date into contents to do with linear spans and a module Data.Matrix.LinearCombinations for describing relationships between matrix multiplication and linear combination.