Searched refs:ComputeWeightedCovariance (Results 1 – 4 of 4) sorted by relevance
52 Sym3x3 covariance = ComputeWeightedCovariance( count, values, weights ); in RangeFit()
228 Sym3x3 ComputeWeightedCovariance( int n, Vec3 const* points, float const* weights );
37 Sym3x3 ComputeWeightedCovariance( int n, Vec3 const* points, float const* weights ) in ComputeWeightedCovariance() function
55 Sym3x3 covariance = ComputeWeightedCovariance( count, values, m_colours->GetWeights() ); in ClusterFit()