Home
last modified time | relevance | path

Searched refs:ComputeWeightedCovariance (Results 1 – 4 of 4) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Drangefit.cpp52 Sym3x3 covariance = ComputeWeightedCovariance( count, values, weights ); in RangeFit()
H A Dmaths.h228 Sym3x3 ComputeWeightedCovariance( int n, Vec3 const* points, float const* weights );
H A Dmaths.cpp37 Sym3x3 ComputeWeightedCovariance( int n, Vec3 const* points, float const* weights ) in ComputeWeightedCovariance() function
H A Dclusterfit.cpp55 Sym3x3 covariance = ComputeWeightedCovariance( count, values, m_colours->GetWeights() ); in ClusterFit()