#include <cmath>
#include <sstream>
#include <vector>
#include <common-utils/math.hpp>
#include <gtest/gtest.h>
Go to the source code of this file.
|
| | GTEST_TEST (testLinearLeastSquaresFitting, linearLeastSquaresFittingReturnsMultipleValuesInAStruct) |
| |
| | GTEST_TEST (testLinearLeastSquaresFitting, linearLeastSquaresFittingCanReturnATypeCompatibleWithStructuredBinding) |
| |
| | GTEST_TEST (testLinearLeastSquaresFitting, passingTwoDifferentlySizedContainersResultsInFatalException) |
| |
◆ GTEST_TEST() [1/3]
| GTEST_TEST |
( |
testLinearLeastSquaresFitting | , |
|
|
linearLeastSquaresFittingReturnsMultipleValuesInAStruct | ) |
References CppUtils::Math::details::LinearLeastSquaresResult< T_slope, T_intercept, T_variance, typename >::intercept, CppUtils::Math::details::LinearLeastSquaresResult< T_slope, T_intercept, T_variance, typename >::slope, and CppUtils::Math::details::LinearLeastSquaresResult< T_slope, T_intercept, T_variance, typename >::variance.
◆ GTEST_TEST() [2/3]
| GTEST_TEST |
( |
testLinearLeastSquaresFitting | , |
|
|
linearLeastSquaresFittingCanReturnATypeCompatibleWithStructuredBinding | ) |
◆ GTEST_TEST() [3/3]
| GTEST_TEST |
( |
testLinearLeastSquaresFitting | , |
|
|
passingTwoDifferentlySizedContainersResultsInFatalException | ) |