|
arma::Col< A > const & | t |
| The vector of sorted domain components \(\vec{t} = (t_1, \ldots, t_m)\).
|
|
arma::Mat< B > const & | y |
| The matrix of sorted image components \(\mathbf{Y} \in \mathbb{R}^{m \times n}\) such that \(\forall i,\, \vec{y}(t_{i}) = \vec{y_i}\), where \(\vec{y_i}\) is the \(i\)-th row of \(\mathbf{Y}\) as row vector.
|
|
size_t | i |
| The index of the current sorted domain sample.
|
|
◆ ParametricClosestLesserSampleFunction()
template<typename A , typename B >
◆ eval()
template<typename A , typename B >
Find the sample with closest lesser domain with respect to given \(t\) and return its known vector image \(\vec{y_i}\).
- Parameters
-
tx | The domain value which closest lesser sample must be found |
- Returns
- \(\vec{y_i}\), it is the known vector image of the closest lesser sample
Implements fluxionum::Function< A, arma::Col< B > >.
◆ getCurrentSampleIndex()
template<typename A , typename B >
◆ getT()
template<typename A , typename B >
◆ getY()
template<typename A , typename B >
◆ setCurrentSampleIndex()
template<typename A , typename B >
The documentation for this class was generated from the following file: