Home
last modified time | relevance | path

Searched refs:xpr_x (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Jacobi/
DJacobi.h267 void apply_rotation_in_the_plane(DenseBase<VectorX>& xpr_x, DenseBase<VectorY>& xpr_y, const Jacobi…
302 void /*EIGEN_DONT_INLINE*/ apply_rotation_in_the_plane(DenseBase<VectorX>& xpr_x, DenseBase<VectorY… in apply_rotation_in_the_plane() argument
311 eigen_assert(xpr_x.size() == xpr_y.size()); in apply_rotation_in_the_plane()
312 Index size = xpr_x.size(); in apply_rotation_in_the_plane()
313 Index incrx = xpr_x.derived().innerStride(); in apply_rotation_in_the_plane()
316 Scalar* EIGEN_RESTRICT x = &xpr_x.derived().coeffRef(0); in apply_rotation_in_the_plane()