diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-06-08 12:07:15 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-06-08 12:07:15 +0200 |
commit | 7c446e77a52dc0a979c0fe570f1e7b6127d9ff42 (patch) | |
tree | 5063a97fc460b1955bca50bdc904f0c96cb61d47 /packages/tests/src | |
parent | e2cb1eff0a954a83e0661ea1e7f70a47ed54e893 (diff) |
instances for Mod m Z and Mod m I
Diffstat (limited to 'packages/tests/src')
-rw-r--r-- | packages/tests/src/Numeric/LinearAlgebra/Tests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs index 2be75de..4cfa5cb 100644 --- a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs +++ b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs | |||
@@ -383,7 +383,7 @@ intTest = utest "int ops" (fst $ checkT (undefined :: Matrix I)) | |||
383 | 383 | ||
384 | -------------------------------------------------------------------------------- | 384 | -------------------------------------------------------------------------------- |
385 | 385 | ||
386 | modularTest = utest "modular ops" (fst $ checkT (undefined :: Matrix (F 13))) | 386 | modularTest = utest "modular ops" (fst $ checkT (undefined :: Matrix (Mod 13 I))) |
387 | 387 | ||
388 | -------------------------------------------------------------------------------- | 388 | -------------------------------------------------------------------------------- |
389 | 389 | ||