Home
last modified time | relevance | path

Searched defs:normSq (Results 1 – 14 of 14) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/random/
H A DUnitSphereRandomVectorGenerator.java66 double normSq = 0; in nextVector() local
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DSVector3.h34 double normSq() const { return P[0] * P[0] + P[1] * P[1] + P[2] * P[2]; } in normSq() function
148 inline double normSq(const SVector3 &v) { return dot(v, v); } in normSq() function
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_Permutation.h311 inline int normSq() const in normSq() function
314 inline double normSq(const double scale) const in normSq() function
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DJacobian.cpp575 double normSq = Square(dS[i]) + Square(dS[i + 1]) + Square(dS[i + 2]); in CalcdTClampedFromdS() local
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DJacobian.cpp575 double normSq = Square(dS[i]) + Square(dS[i + 1]) + Square(dS[i + 2]); in CalcdTClampedFromdS() local
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_digest_nnkp.F90541 real(dp) :: normSq,minNormSq local
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dmatrices.cpp485 Real normSq =0.0; in testOrthogonalProjection() local
/dports/math/tmv/tmv-0.75/src/
H A DTMV_SymMatrix.cpp616 RT GenSymMatrix<T>::normSq(const RT scale) const in normSq() function in tmv::GenSymMatrix
H A DTMV_TriMatrix.cpp425 RT GenUpperTriMatrix<T>::normSq(const RT scale) const in normSq() function in tmv::GenUpperTriMatrix
H A DTMV_SymBandMatrix.cpp829 RT GenSymBandMatrix<T>::normSq(const RT scale) const in normSq() function in tmv::GenSymBandMatrix
H A DTMV_Matrix.cpp450 RT GenMatrix<T>::normSq(const RT scale) const in normSq() function in tmv::GenMatrix
H A DTMV_BandMatrix.cpp769 RT GenBandMatrix<T>::normSq(RT scale) const in normSq() function in tmv::GenBandMatrix
H A DTMV_Vector.cpp157 RT GenVector<T>::normSq(const RT scale) const in normSq() function in tmv::GenVector
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dikjacobian.cpp1581 double normSq = Square(dS[i]) + Square(dS[i + 1]); //+Square(dS[i+2]); in CalcdTClampedFromdS() local