OpenMS  2.7.0
Namespaces | Functions
RegressionUtils.h File Reference
#include <vector>
#include "Wm5Vector2.h"
Include dependency graph for RegressionUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenMS
 Main OpenMS namespace.
 
 OpenMS::Math
 Math namespace.
 

Functions

template<typename Iterator >
std::vector< Wm5::Vector2d > iteratorRange2Wm5Vectors (Iterator x_begin, Iterator x_end, Iterator y_begin)
 Copies the distance(x_begin,x_end) elements starting at x_begin and y_begin into the Wm5::Vector. More...