libROM  v1.0
Data-driven physical simulation library
CAROM::VectorInterpolator Member List

This is the complete list of members for CAROM::VectorInterpolator, including all inherited members.

d_compute_gradientsCAROM::Interpolatorprotected
d_epsilonCAROM::Interpolatorprotected
d_interp_methodCAROM::Interpolatorprotected
d_lambda_TCAROM::Interpolatorprotected
d_num_procsCAROM::Interpolatorprotected
d_parameter_pointsCAROM::Interpolatorprotected
d_rankCAROM::Interpolatorprotected
d_rbfCAROM::Interpolatorprotected
d_ref_pointCAROM::Interpolatorprotected
d_rotation_matricesCAROM::Interpolatorprotected
getGradient()CAROM::VectorInterpolatorinline
interpolate(const Vector &point)CAROM::VectorInterpolator
Interpolator(const std::vector< Vector > &parameter_points, const std::vector< std::shared_ptr< Matrix >> &rotation_matrices, int ref_point, std::string rbf, std::string interp_method, double closest_rbf_val=0.9, bool compute_gradients=false)CAROM::Interpolatorprotected
VectorInterpolator(const std::vector< Vector > &parameter_points, const std::vector< std::shared_ptr< Matrix >> &rotation_matrices, const std::vector< std::shared_ptr< Vector >> &reduced_vectors, int ref_point, std::string rbf="G", std::string interp_method="LS", double closest_rbf_val=0.9, bool compute_gradients=false)CAROM::VectorInterpolator