#include <seq.h>
- Examples: 
- bagging.cpp, binary_thresholding.cpp, convolve.cpp, deep_belief_net.cpp, fft.cpp, filters.cpp, fractal.cpp, helloworld.cpp, histogram.cpp, image_editing.cpp, kmeans.cpp, matching.cpp, morphing.cpp, neural_network.cpp, plot2d.cpp, plot3.cpp, pyramids.cpp, rainfall.cpp, rbm.cpp, surface.cpp, svd.cpp, swe.cpp, and vectorize.cpp.
      
        
          | seq | ( | double | begin, | 
        
          |  |  | double | end, | 
        
          |  |  | double | step = 1 | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | seq operator* | ( | double | x | ) |  |  | inline | 
 
 
  
  | 
        
          | seq operator+ | ( | double | x | ) |  |  | inline | 
 
 
  
  | 
        
          | seq operator- | ( | double | x | ) |  |  | inline | 
 
 
  
  | 
        
          | seq operator* | ( | double | x, |  
          |  |  | seq | y |  
          |  | ) |  |  |  | friend | 
 
 
  
  | 
        
          | seq operator+ | ( | double | x, |  
          |  |  | seq | y |  
          |  | ) |  |  |  | friend | 
 
 
  
  | 
        
          | seq operator- | ( | double | x, |  
          |  |  | seq | y |  
          |  | ) |  |  |  | friend | 
 
 
The documentation for this class was generated from the following file: