diff base/ColumnOp.h @ 1837:1b688ab5f1b3

Unify various vectors to our base floatvec_t type; store columns in fft model cache at their desired height so we can return a reference (speeding up the peak-frequency spectrogram in particular)
author Chris Cannam
date Thu, 09 Apr 2020 11:22:55 +0100
parents 48e9f538e6e9
children
line wrap: on
line diff
--- a/base/ColumnOp.h	Mon Apr 06 13:55:44 2020 +0100
+++ b/base/ColumnOp.h	Thu Apr 09 11:22:55 2020 +0100
@@ -53,7 +53,7 @@
     /** 
      * Column type. 
      */
-    typedef std::vector<float> Column;
+    typedef floatvec_t Column;
 
     /**
      * Scale the given column using the given gain multiplier.