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

Inherits testing::Test.

Collaboration diagram for LinearSplineTest:
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 32 of file TestLinearSpline.cpp.

Member Function Documentation

◆ SetUp()

void LinearSplineTest::SetUp ( )
inlineoverrideprotected

Definition at line 34 of file TestLinearSpline.cpp.

References x_data, and y_data.

Member Data Documentation

◆ x_data

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

Definition at line 40 of file TestLinearSpline.cpp.

Referenced by SetUp().

◆ y_data

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

Definition at line 41 of file TestLinearSpline.cpp.

Referenced by SetUp().


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