LibreOffice Module chart2 (master) 1
|
#include <PolynomialRegressionCurveCalculator.hxx>
#include <RegressionCalculationHelper.hxx>
#include <cmath>
#include <limits>
#include <rtl/math.hxx>
#include <rtl/ustrbuf.hxx>
#include <SpecialCharacters.hxx>
Go to the source code of this file.
Namespaces | |
namespace | chart |
Functions | |
static double | chart::lcl_GetDotProduct (std::vector< double > &aVec1, std::vector< double > &aVec2) |