Lines Matching refs:OtherScalar
266 template<typename VectorX, typename VectorY, typename OtherScalar>
267 …_plane(DenseBase<VectorX>& xpr_x, DenseBase<VectorY>& xpr_y, const JacobiRotation<OtherScalar>& j);
277 template<typename OtherScalar>
278 inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>… in applyOnTheLeft()
292 template<typename OtherScalar>
293 inline void MatrixBase<Derived>::applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar… in applyOnTheRight()
301 template<typename VectorX, typename VectorY, typename OtherScalar>
302 …e_plane(DenseBase<VectorX>& xpr_x, DenseBase<VectorY>& xpr_y, const JacobiRotation<OtherScalar>& j) in apply_rotation_in_the_plane()
307 OtherPacketSize = packet_traits<OtherScalar>::size in apply_rotation_in_the_plane()
310 typedef typename packet_traits<OtherScalar>::type OtherPacket; in apply_rotation_in_the_plane()
319 OtherScalar c = j.c(); in apply_rotation_in_the_plane()
320 OtherScalar s = j.s(); in apply_rotation_in_the_plane()
321 if (c==OtherScalar(1) && s==OtherScalar(0)) in apply_rotation_in_the_plane()
339 conj_helper<OtherPacket,Packet,NumTraits<OtherScalar>::IsComplex,false> pcj; in apply_rotation_in_the_plane()