This is the complete list of members for muq::Inference::KalmanSmoother, including all inherited members.
Analyze(std::pair< Eigen::VectorXd, Eigen::MatrixXd > const &currDist_t, std::pair< Eigen::VectorXd, Eigen::MatrixXd > const &nextDist_t, std::pair< Eigen::VectorXd, Eigen::MatrixXd > const &nextDist_n, std::shared_ptr< muq::Modeling::LinearOperator > F) | muq::Inference::KalmanSmoother | static |
Analyze(std::pair< Eigen::VectorXd, Eigen::MatrixXd > const &currDist_t, std::pair< Eigen::VectorXd, Eigen::MatrixXd > const &nextDist_t, std::pair< Eigen::VectorXd, Eigen::MatrixXd > const &nextDist_n, MatrixType const &F) | muq::Inference::KalmanSmoother | inlinestatic |
ComputeC(Eigen::MatrixXd const &currDist_t_cov, Eigen::MatrixXd const &nextDist_t_cov, std::shared_ptr< muq::Modeling::LinearOperator > const &F) | muq::Inference::KalmanSmoother | privatestatic |