summaryrefslogtreecommitdiff
path: root/lib/Numeric/Vector.hs
diff options
context:
space:
mode:
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