OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
CubicSplineTest Class Reference

Inherits testing::Test.

Collaboration diagram for CubicSplineTest:
Collaboration graph

Protected Member Functions

void SetUp () override
 

Protected Attributes

std::vector< double > x_data
 
std::vector< double > y_data
 

Detailed Description

Definition at line 48 of file TestCubicSpline.cpp.

Member Function Documentation

◆ SetUp()

void CubicSplineTest::SetUp ( )
inlineoverrideprotected

Definition at line 50 of file TestCubicSpline.cpp.

References x_data, and y_data.

Member Data Documentation

◆ x_data

std::vector<double> CubicSplineTest::x_data
protected

Definition at line 56 of file TestCubicSpline.cpp.

Referenced by SetUp().

◆ y_data

std::vector<double> CubicSplineTest::y_data
protected

Definition at line 57 of file TestCubicSpline.cpp.

Referenced by SetUp().


The documentation for this class was generated from the following file: