summaryrefslogtreecommitdiff
path: root/lib/Numeric/Vector.hs
diff options
context:
space:
mode:
authorVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-09-07 04:23:19 +0000
committerVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-09-07 04:23:19 +0000
commit7e103b8ada6fa1479790eac80eda997f5fdaf33f (patch)
tree7f8ab3cb23d76fc1f624c4b947e39a9257a036db /lib/Numeric/Vector.hs
parent9004922ad91c0b4ad8498c31171a3a1a1e27d9f2 (diff)
remove v_* functions
Diffstat (limited to 'lib/Numeric/Vector.hs')
-rw-r--r--lib/Numeric/Vector.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Numeric/Vector.hs b/lib/Numeric/Vector.hs
index 5cc51ac..55d645a 100644
--- a/lib/Numeric/Vector.hs
+++ b/lib/Numeric/Vector.hs
@@ -281,14 +281,6 @@ instance NumericContainer Vector where
281 double' = float2DoubleG 281 double' = float2DoubleG
282 282
283-------------------------------------------------------------------------- 283--------------------------------------------------------------------------
284{-
285instance RealElement e => Complexable Vector e where
286 v_toComplex = toComplexV
287 v_fromComplex = fromComplexV
288 v_conj = conjV
289 v_complex' v = toComplex (v,constantD 0 (dim v))
290-}
291-------------------------------------------------------------------
292 284
293instance Linear Vector Float where 285instance Linear Vector Float where
294 scale = vectorMapValF Scale 286 scale = vectorMapValF Scale