|
LibreOffice Module chart2 (master) 1
|
#include <com/sun/star/uno/Sequence.hxx>#include <cmath>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | chart |
| namespace | chart::RegressionCalculationHelper |
Typedefs | |
| typedef std::pair< std::vector< double >, std::vector< double > > | chart::RegressionCalculationHelper::tDoubleVectorPair |
Functions | |
| template<class Pred > | |
| tDoubleVectorPair | chart::RegressionCalculationHelper::cleanup (const css::uno::Sequence< double > &rXValues, const css::uno::Sequence< double > &rYValues, Pred aPred) |
| takes the given x- and y-values and copies them into the resulting pair, which contains x-values in the first element and the y-values in the second one. More... | |