Searched defs:dot (Results 1 – 3 of 3) sorted by relevance
18 SparseMatrixBase<Derived>::dot(const MatrixBase<OtherDerived>& other) const in dot() function43 SparseMatrixBase<Derived>::dot(const SparseMatrixBase<OtherDerived>& other) const in dot() function
27 Scalar EIGEN_BLAS_FUNC(dot)(int *n, RealScalar *px, int *incx, RealScalar *py, int *incy) in EIGEN_BLAS_FUNC() argument
139 …template<class OtherDerived> EIGEN_DEVICE_FUNC inline Scalar dot(const QuaternionBase<OtherDerived… in dot() function