MCPcopy Create free account
hub / github.com/bgrimstad/splinter / addSample

Method addSample

src/datatable.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void DataTable::addSample(double x, double y)
50{
51 addSample(DataPoint(x, y));
52}
53
54void DataTable::addSample(std::vector<double> x, double y)
55{

Callers 6

sampleTestFunctionFunction · 0.80
sampleFunction · 0.80
operator+Function · 0.80
operator-Function · 0.80

Calls 4

getNumSamplesFunction · 0.85
ExceptionClass · 0.85
getDimXMethod · 0.80
DataPointClass · 0.50

Tested by 2

sampleTestFunctionFunction · 0.64
sampleFunction · 0.64