Home
last modified time | relevance | path

Searched defs:squareNorm (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/VRender/
H A DNVector3.h100 inline double squareNorm() const {return 1.0;} in squareNorm() function
H A DVector2.cpp117 double Vector2::squareNorm () const in squareNorm() function in Vector2
H A DVector3.cpp140 double Vector3::squareNorm () const in squareNorm() function in Vector3
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/VRender/
H A DNVector3.h100 inline double squareNorm() const {return 1.0;} in squareNorm() function
H A DVector2.cpp117 double Vector2::squareNorm () const in squareNorm() function in Vector2
H A DVector3.cpp140 double Vector3::squareNorm () const in squareNorm() function in Vector3
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/qhulltest/
H A DQhullHyperplane_test.cpp96 double squareNorm= inner_product(fs.begin(), fs.end(), fs.begin(), 0.0); in t_convert() local
129 double squareNorm= std::inner_product(h.begin(), h.end(), h.begin(), 0.0); in t_readonly() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Approximation/src/PolynomialChaos/
H A DPolynomialChaosExpansion.cpp67 Eigen::VectorXd squareNorm = normalVec.tail(normalVec.rows() - 1).array().square(); in Variance() local
91 Eigen::VectorXd squareNorm = normalVec.tail(normalVec.rows() - 1).array().square(); in Covariance() local
/dports/math/qhull/qhull-7.3.2/src/qhulltest/
H A DQhullHyperplane_test.cpp119 double squareNorm= inner_product(fs.begin(), fs.end(), fs.begin(), 0.0); in t_convert() local
152 double squareNorm= std::inner_product(h.begin(), h.end(), h.begin(), 0.0); in t_readonly() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/qhulltest/
H A DQhullHyperplane_test.cpp119 double squareNorm= inner_product(fs.begin(), fs.end(), fs.begin(), 0.0); in t_convert() local
152 double squareNorm= std::inner_product(h.begin(), h.end(), h.begin(), 0.0); in t_readonly() local
/dports/math/qhull8/qhull-8.0.2/src/qhulltest/
H A DQhullHyperplane_test.cpp121 double squareNorm= inner_product(fs.begin(), fs.end(), fs.begin(), 0.0); in t_convert() local
154 double squareNorm= std::inner_product(h.begin(), h.end(), h.begin(), 0.0); in t_readonly() local
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/complex/
H A DQuaternion.java363 final double squareNorm = q0 * q0 + q1 * q1 + q2 * q2 + q3 * q3; in getInverse() local
/dports/math/drgeo/drgeo-1.1.0/geo/
H A Ddrgeo_drgeoVector.cc209 drgeoVector::squareNorm () in squareNorm() function in drgeoVector
/dports/math/vtk9/VTK-9.1.0/Common/Math/
H A DvtkQuaternion.txx123 T squareNorm = this->SquaredNorm(); in Invert() local
/dports/math/vtk6/VTK-6.2.0/Common/Math/
H A DvtkQuaternion.txx113 T squareNorm = this->SquaredNorm(); in Invert() local
/dports/math/vtk8/VTK-8.2.0/Common/Math/
H A DvtkQuaternion.txx113 T squareNorm = this->SquaredNorm(); in Invert() local