|
template<typename DstXprType , typename SrcXprType > |
void | Eigen::add_assign_using_evaluator (const DstXprType &dst, const SrcXprType &src) |
|
template<typename Dst , template< typename > class StorageBase, typename Src , typename Func > |
EIGEN_DEVICE_FUNC void | Eigen::internal::call_assignment (const NoAlias< Dst, StorageBase > &dst, const Src &src, const Func &func) |
|
template<typename Dst , template< typename > class StorageBase, typename Src , typename Func > |
EIGEN_DEVICE_FUNC void | Eigen::internal::call_restricted_packet_assignment (const NoAlias< Dst, StorageBase > &dst, const Src &src, const Func &func) |
|
template<typename DstXprType , typename SrcXprType > |
EIGEN_STRONG_INLINE DstXprType & | Eigen::copy_using_evaluator (const EigenBase< DstXprType > &dst, const SrcXprType &src) |
|
template<typename DstXprType , template< typename > class StorageBase, typename SrcXprType > |
const EIGEN_STRONG_INLINE DstXprType & | Eigen::copy_using_evaluator (const NoAlias< DstXprType, StorageBase > &dst, const SrcXprType &src) |
|
template<typename DstXprType , typename SrcXprType > |
EIGEN_STRONG_INLINE DstXprType & | Eigen::copy_using_evaluator (const PlainObjectBase< DstXprType > &dst, const SrcXprType &src) |
|
template<typename DstXprType , typename SrcXprType > |
void | Eigen::divide_assign_using_evaluator (const DstXprType &dst, const SrcXprType &src) |
|
| EIGEN_DECLARE_TEST (evaluators) |
|
template<typename XprType > |
long | get_cost (const XprType &) |
|
template<typename Lhs , typename Rhs > |
const Product< Lhs, Rhs, LazyProduct > | Eigen::lazyprod (const Lhs &lhs, const Rhs &rhs) |
|
template<typename DstXprType , typename SrcXprType > |
void | Eigen::multiply_assign_using_evaluator (const DstXprType &dst, const SrcXprType &src) |
|
template<typename Lhs , typename Rhs > |
const Product< Lhs, Rhs > | Eigen::prod (const Lhs &lhs, const Rhs &rhs) |
|
template<typename DstXprType , typename SrcXprType > |
void | Eigen::subtract_assign_using_evaluator (const DstXprType &dst, const SrcXprType &src) |
|
template<typename DstXprType , typename SrcXprType > |
void | Eigen::swap_using_evaluator (const DstXprType &dst, const SrcXprType &src) |
|