Lines Matching refs:VectorX
265 template<typename VectorX, typename VectorY, typename OtherScalar>
266 void apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j);
300 template<typename VectorX, typename VectorY, typename OtherScalar>
301 void /*EIGEN_DONT_INLINE*/ apply_rotation_in_the_plane(VectorX& _x, VectorY& _y, const JacobiRotation<OtherScalar>& j)
303 typedef typename VectorX::Index Index;
304 typedef typename VectorX::Scalar Scalar;
322 if(VectorX::SizeAtCompileTime == Dynamic &&
323 (VectorX::Flags & VectorY::Flags & PacketAccessBit) &&
394 else if(VectorX::SizeAtCompileTime != Dynamic &&
395 (VectorX::Flags & VectorY::Flags & PacketAccessBit) &&
396 (VectorX::Flags & VectorY::Flags & AlignedBit))