Searched refs:xpr_y (Results 1 – 1 of 1) sorted by relevance
267 void apply_rotation_in_the_plane(DenseBase<VectorX>& xpr_x, DenseBase<VectorY>& xpr_y, const Jacobi…302 …pply_rotation_in_the_plane(DenseBase<VectorX>& xpr_x, DenseBase<VectorY>& xpr_y, const JacobiRotat… in apply_rotation_in_the_plane() argument311 eigen_assert(xpr_x.size() == xpr_y.size()); in apply_rotation_in_the_plane()314 Index incry = xpr_y.derived().innerStride(); in apply_rotation_in_the_plane()317 Scalar* EIGEN_RESTRICT y = &xpr_y.derived().coeffRef(0); in apply_rotation_in_the_plane()