|
template<typename DstXprType , typename SrcXprType , typename Functor > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::resize_if_allowed (DstXprType &dst, const SrcXprType &src, const Functor &) |
|
template<typename DstXprType , typename SrcXprType , typename T1 , typename T2 > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::resize_if_allowed (DstXprType &dst, const SrcXprType &src, const internal::assign_op< T1, T2 > &) |
|
template<typename DstXprType , typename SrcXprType , typename Functor > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_dense_assignment_loop (DstXprType &dst, const SrcXprType &src, const Functor &func) |
|
template<typename DstXprType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_dense_assignment_loop (DstXprType &dst, const Eigen::CwiseNullaryOp< Eigen::internal::scalar_constant_op< typename DstXprType::Scalar >, DstXprType > &src, const internal::assign_op< typename DstXprType::Scalar, typename DstXprType::Scalar > &func) |
|
template<typename DstXprType , typename SrcXprType > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_dense_assignment_loop (DstXprType &dst, const SrcXprType &src) |
|
template<typename Dst , typename Src > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_assignment (Dst &dst, const Src &src) |
|
template<typename Dst , typename Src > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_assignment (const Dst &dst, const Src &src) |
|
template<typename Dst , typename Src , typename Func > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_assignment (Dst &dst, const Src &src, const Func &func, typename enable_if< evaluator_assume_aliasing< Src >::value, void * >::type=0) |
|
template<typename Dst , typename Src , typename Func > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_assignment (Dst &dst, const Src &src, const Func &func, typename enable_if<!evaluator_assume_aliasing< Src >::value, void * >::type=0) |
|
template<typename Dst , template< typename > class StorageBase, typename Src , typename Func > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_assignment (NoAlias< Dst, StorageBase > &dst, const Src &src, const Func &func) |
|
template<typename Dst , typename Src , typename Func > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_assignment_no_alias (Dst &dst, const Src &src, const Func &func) |
|
template<typename Dst , typename Src , typename Func > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_restricted_packet_assignment_no_alias (Dst &dst, const Src &src, const Func &func) |
|
template<typename Dst , typename Src > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_assignment_no_alias (Dst &dst, const Src &src) |
|
template<typename Dst , typename Src , typename Func > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_assignment_no_alias_no_transpose (Dst &dst, const Src &src, const Func &func) |
|
template<typename Dst , typename Src > |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | Eigen::internal::call_assignment_no_alias_no_transpose (Dst &dst, const Src &src) |
|
template<typename Dst , typename Src > |
void | Eigen::internal::check_for_aliasing (const Dst &dst, const Src &src) |
|