Data::DiscreteSetBase internal class members
No documentation available
No documentation available
Insert data pair in data set. If a pair with the same x value exists, it will be replaced by the new value. Derivative value may be provided as well.
Clear all data
This virtual function implements the get_count
pure function declared in the Set1d
base abstract class.
Documentation inherited from base class:
Get total number of data stored in data set
Get stored derivative value at index x
Get modifiable reference to stored derivative value at index x
virtual Math::range_t get_x_range() const
This virtual function implements the get_x_range
pure function declared in the Set1d
base abstract class.
Documentation inherited from base class:
Get minimal and maximal x values on found in data set
This virtual function implements the get_x_value
pure function declared in the Set1d
base abstract class.
Documentation inherited from base class:
Get x data at index n in data set
This virtual function implements the get_y_value
pure function declared in the Set1d
base abstract class.
Documentation inherited from base class:
Get y data stored at index n in data set
This virtual function implements the get_y_value
pure function declared in the Set1d
base abstract class.
Documentation inherited from base class:
Get modifiable reference to y data stored at index n in data set
void reserve(size_t n)
Reserve data entries