Searched refs:copyPacket (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DSwap.h94 void copyPacket(Index row, Index col, const DenseBase<OtherDerived>& other) function in class:Eigen::SwapWrapper
107 void copyPacket(Index index, const DenseBase<OtherDerived>& other) function in class:Eigen::SwapWrapper
H A DSelfCwiseBinaryOp.h22 * This is a pseudo expression class re-implementing the copyCoeff/copyPacket
107 void copyPacket(Index row, Index col, const DenseBase<OtherDerived>& other) function in class:Eigen::SelfCwiseBinaryOp
117 void copyPacket(Index index, const DenseBase<OtherDerived>& other) function in class:Eigen::SelfCwiseBinaryOp
H A DDenseCoeffsBase.h253 void copyPacket();
517 EIGEN_STRONG_INLINE void copyPacket(Index row, Index col, const DenseBase<OtherDerived>& other) function in class:Eigen::DenseCoeffsBase
534 EIGEN_STRONG_INLINE void copyPacket(Index index, const DenseBase<OtherDerived>& other) function in class:Eigen::DenseCoeffsBase
548 derived().template copyPacket< OtherDerived, StoreMode, LoadMode>(row, col, other);
H A DDenseBase.h75 using Base::copyPacket;
H A DAssign.h410 dst.template copyPacket<Derived2, dstAlignment, srcAlignment>(index, src);
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh141 dst.template copyPacket<Src, Aligned, Unaligned>(j, index, src);
143 dst.template copyPacket<Src, Aligned, Unaligned>(index, j, src);

Completed in 375 milliseconds