#include <seq.h>
- Examples:
- bagging.cpp, deep_belief_net.cpp, fractal.cpp, harris.cpp, helloworld.cpp, histogram.cpp, kmeans.cpp, morphing.cpp, neural_network.cpp, plot2d.cpp, pyramids.cpp, rainfall.cpp, rbm.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: