Searched defs:Covariance (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dcovariance.cc41 Covariance::Covariance(const Covariance::Options& options) { function in class:ceres::Covariance
45 Covariance::~Covariance() {
48 bool Covariance::Compute(
54 bool Covariance::GetCovarianceBlock(const double* parameter_block1,
/external/ceres-solver/include/ceres/
H A Dcovariance.h149 // the rank deficiency to the Covariance object so that it can
183 // Covariance::Options options;
184 // Covariance covariance(options);
200 class CERES_EXPORT Covariance { class in namespace:ceres
262 // Covariance::Compute will return false if a rank deficient
307 // min_reciprocal_condition_number, then the Covariance::Compute()
329 explicit Covariance(const Options& options);
330 ~Covariance();
353 // Covariance::Options for more on the conditions under which this

Completed in 471 milliseconds