HomeSort by relevance Sort by last modified time
    Searched refs:squaredNorm (Results 51 - 55 of 55) sorted by null

1 23

  /external/eigen/Eigen/src/Cholesky/
LLT.h 281 if (k>0) x -= A10.squaredNorm();
  /external/eigen/Eigen/src/Core/
MatrixBase.h 205 RealScalar squaredNorm() const;
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 72 VERIFY_IS_APPROX(ei_cos(a)*v0.squaredNorm(), v0.eigen2_dot(AngleAxisx(a, v0.unitOrthogonal()) * v0));
eigen2_geometry_with_eigen2_prefix.cpp 74 VERIFY_IS_APPROX(ei_cos(a)*v0.squaredNorm(), v0.eigen2_dot(AngleAxisx(a, v0.unitOrthogonal()) * v0));
  /external/eigen/test/
geo_transformations.cpp 105 VERIFY_IS_APPROX(cos(a)*v0.squaredNorm(), v0.dot(AngleAxisx(a, v0.unitOrthogonal()) * v0));

Completed in 2606 milliseconds

1 23