| ▼Napsc | |
| ▼Ninternals | |
| CextractKey_map2Vectors | Extracts the key |
| CextractValue_map2Vectors | Extracts the value |
| Cmap2Vectors | Maps vector of keys and vector of values in a single entity |
| ▼NGeometry | |
| CDomain1D | |
| CMesh1D | |
| COneDMeshGenerator | General interface |
| CUniform | Uniform mesh |
| Cadf | Template class for performing pointwise ADF for a fts |
| Cadf_stat | Contains the functor to evaluate the test statistic, according to LAG_policy |
| CCaseLagOrderADF | Functor returning the values for which computing ratio for computing ADF-test statistic. Lag orders bigger than one are considered |
| CCaseNoLagOrderADF | Functor returning the values for which computing ratio for computing ADF-test statistic. No lag orders bigger than one considered |
| CCV_algo | Contains PPCKO versions implemented |
| CCV_alpha | Template class for performing cross-validation on the regularization parameter: derived-from-CV_base thorugh CRTP ('CV_alpha' its template D parameter) |
| CCV_alpha_k | Template class for performing cross-validation on the regularization parameter and the number of PPCs: derived-from-CV_base thorugh CRTP ('CV_alpha_k' its template D parameter) |
| CCV_base | Template class for performing cross-validation |
| CCV_k | Template class for performing cross-validation on the number of retained PPCs: derived-from-CV_base thorugh CRTP ('CV_k' its template D parameter) |
| Ccv_strategy | Template class for creating training/validation split according to a specific strategy |
| CFactory_cv_strat | Generating the training-validation splitting according to a given strategy |
| Cinterp_func | Contains the function to perform unidimensional-univariate function interpolation and the grid for which the function evaluation are already available |
| CKO_Factory | Generating the PPCKO solver runtime according to an input string |
| CKO_Traits | Contains the customized types for fts, covariances, PPCs, etc.. |
| Clr_adf | Class for wrapping Eigen objects into Armadillo ones to perform linear regression |
| CPPC_KO_base | Base class for computing PPCKO algorithm computations. Polymorphism is known at compile-time (CRTP) |
| CPPC_KO_CV_alpha | Derived from 'PPC_KO_base' class for computing PPCKO algorithm with cross-validation on regularization parameter |
| CPPC_KO_CV_alpha_k | Derived from 'PPC_KO_base' class for computing PPCKO algorithm with cross-validation on both regularization parameter and number of retained PPCs |
| CPPC_KO_CV_k | Derived from 'PPC_KO_base' class for computing PPCKO algorithm with cross-validation on the number of retained PPCs |
| CPPC_KO_NoCV | Derived from 'PPC_KO_base' class for computing PPCKO algorithm without cross-validation |
| CPPC_KO_wrapper | Base virtual class for wrapping class that performs PPCKO computations. Which child class is constructed is selected run-time through virtual polymorphism |
| CPPC_KO_wrapper_cv_alpha | Derived-from-PPC_KO_wrapper class for wrapping class that performs PPCKO computations with cross-validation on regularization parameter |
| CPPC_KO_wrapper_cv_alpha_k | Derived-from-PPC_KO_wrapper class for wrapping class that performs PPCKO computations with cross-validation on both the regularization parameter and the number of retained PPCs |
| CPPC_KO_wrapper_cv_k | Derived-from-PPC_KO_wrapper class for wrapping class that performs PPCKO computations with cross-validation on the number of retained PPCs |
| CPPC_KO_wrapper_no_cv | Derived-from-PPC_KO_wrapper class for wrapping class that performs PPCKO computations without cross-validation |
| Cremoving_nan | Template class for removing NaNs from an Eigen::Matrix |