Struct TempLat::SplineData
template <typename T>
ClassList > TempLat > SplineData
Public Attributes
| Type | Name |
|---|---|
| const T * | b = nullptr |
| const T * | c = nullptr |
| T | c0 = T(0) |
| const T * | d = nullptr |
| size_t | n = 0 |
| const T * | x = nullptr |
| const T * | y = nullptr |
Public Functions
| Type | Name |
|---|---|
| DEVICE_FUNCTION T | deriv (int order, T val) const |
| DEVICE_FUNCTION size_t | find_closest (T val) const |
| DEVICE_FUNCTION T | operator() (T val) const |
Public Attributes Documentation
variable b
variable c
variable c0
variable d
variable n
variable x
variable y
Public Functions Documentation
function deriv
function find_closest
function operator()
The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/util/spline.h