Searched defs:magnitude (Results 1 – 3 of 3) sorted by relevance
89 T magnitude = sqrt(x.x * x.x + x.y * x.y + x.z * x.z + x.w *x.w); local
496 for (const auto& magnitude : correlationVector.magnitude) { in TEST_P() local
852 lunr.Vector.prototype.magnitude = function () { method in lunr.Vector