DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
testLinearLeastSquaresFitting.hpp File Reference
#include <cmath>
#include <sstream>
#include <vector>
#include <common-utils/math.hpp>
#include <gtest/gtest.h>

Go to the source code of this file.

Functions

 GTEST_TEST (testLinearLeastSquaresFitting, linearLeastSquaresFittingReturnsMultipleValuesInAStruct)
 
 GTEST_TEST (testLinearLeastSquaresFitting, linearLeastSquaresFittingCanReturnATypeCompatibleWithStructuredBinding)
 
 GTEST_TEST (testLinearLeastSquaresFitting, passingTwoDifferentlySizedContainersResultsInFatalException)
 

Function Documentation

◆ GTEST_TEST() [1/3]

◆ GTEST_TEST() [2/3]

GTEST_TEST ( testLinearLeastSquaresFitting ,
linearLeastSquaresFittingCanReturnATypeCompatibleWithStructuredBinding  )

◆ GTEST_TEST() [3/3]

GTEST_TEST ( testLinearLeastSquaresFitting ,
passingTwoDifferentlySizedContainersResultsInFatalException  )