diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-19 08:59:32 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-19 08:59:32 +0000 |
commit | f39ad090513e48fc2cbaf421c8b39fa3ca12a221 (patch) | |
tree | b42f3b473034a301f11e25d82b902be2ce39db4f /lib/Data/Packed/Internal/Matrix.hs | |
parent | e34d5566b9abfd235ce210f9f9909b23d52bd138 (diff) |
minor changes
Diffstat (limited to 'lib/Data/Packed/Internal/Matrix.hs')
-rw-r--r-- | lib/Data/Packed/Internal/Matrix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Data/Packed/Internal/Matrix.hs b/lib/Data/Packed/Internal/Matrix.hs index 951cec6..63ebddf 100644 --- a/lib/Data/Packed/Internal/Matrix.hs +++ b/lib/Data/Packed/Internal/Matrix.hs | |||
@@ -349,7 +349,7 @@ foreign import ccall safe "aux.h constantC" | |||
349 | @> constant 2 7 | 349 | @> constant 2 7 |
350 | 7 |> [2.0,2.0,2.0,2.0,2.0,2.0,2.0]@ | 350 | 7 |> [2.0,2.0,2.0,2.0,2.0,2.0,2.0]@ |
351 | -} | 351 | -} |
352 | constant :: Double -> Int -> Vector Double | 352 | constant :: Field a => a -> Int -> Vector a |
353 | constant = constantD | 353 | constant = constantD |
354 | 354 | ||
355 | -------------------------------------------------------------------------- | 355 | -------------------------------------------------------------------------- |