Home
last modified time | relevance | path

Searched defs:dot_self (Results 1 – 10 of 10) sorted by relevance

/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Ddot_self.hpp13 inline double dot_self(const std::vector<double>& x) { in dot_self() function
30 inline value_type_t<T> dot_self(const T& v) { in dot_self() function
/dports/math/stanmath/math-4.2.0/stan/math/rev/fun/
H A Ddot_self.hpp24 inline var dot_self(const T& v) { in dot_self() function
48 inline var dot_self(const T& v) { in dot_self() function
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/fun/
H A Ddot_self_test.cpp7 TEST(MathFunctions, dot_self) { in TEST() argument
37 TEST(MathMatrixPrimMat, dot_self) { in TEST() argument
/dports/math/stanmath/math-4.2.0/stan/math/opencl/prim/
H A Ddot_self.hpp21 inline auto dot_self(const T& a) { in dot_self() function
/dports/math/stanmath/math-4.2.0/stan/math/opencl/rev/
H A Ddot_self.hpp21 inline var dot_self(const var_value<T>& v) { in dot_self() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/arr/fun/
H A Ddot_self.hpp10 inline double dot_self(const std::vector<double>& x) { in dot_self() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/mat/fun/
H A Ddot_self.hpp18 inline double dot_self(const Eigen::Matrix<double, R, C>& v) { in dot_self() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/fwd/mat/fun/
H A Ddot_self.hpp15 inline fvar<T> dot_self(const Eigen::Matrix<fvar<T>, R, C>& v) { in dot_self() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/rev/mat/fun/
H A Ddot_self.hpp77 inline var dot_self(const Eigen::Matrix<var, R, C>& v) { in dot_self() function
/dports/graphics/blender/blender-2.91.0/source/blender/python/mathutils/
H A Dmathutils_Vector.c970 double dot = 0.0f, dot_self = 0.0f, dot_other = 0.0f; in Vector_angle() local