#include <TriangularMatrix.h>
Public Types | |
typedef Base::AssignmentTraits | AssignmentTraits |
typedef Base::DstEvaluatorType | DstEvaluatorType |
typedef Base::Scalar | Scalar |
typedef Base::SrcEvaluatorType | SrcEvaluatorType |
![]() | |
typedef copy_using_evaluator_traits< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor > | AssignmentTraits |
typedef DstEvaluatorTypeT | DstEvaluatorType |
typedef AssignmentTraits::PacketType | PacketType |
typedef DstEvaluatorType::Scalar | Scalar |
typedef SrcEvaluatorTypeT | SrcEvaluatorType |
Protected Types | |
typedef generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version > | Base |
typedef Base::DstXprType | DstXprType |
typedef Base::SrcXprType | SrcXprType |
![]() | |
typedef DstEvaluatorTypeT::XprType | DstXprType |
typedef SrcEvaluatorTypeT::XprType | SrcXprType |
Protected Attributes | |
DstEvaluatorType & | m_dst |
const Functor & | m_functor |
const SrcEvaluatorType & | m_src |
![]() | |
DstEvaluatorType & | m_dst |
DstXprType & | m_dstExpr |
const Functor & | m_functor |
const SrcEvaluatorType & | m_src |
Additional Inherited Members | |
![]() | |
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | colIndexByOuterInner (Index outer, Index inner) |
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | rowIndexByOuterInner (Index outer, Index inner) |
Definition at line 758 of file TriangularMatrix.h.
typedef Base::AssignmentTraits Eigen::internal::triangular_dense_assignment_kernel< UpLo, Mode, SetOpposite, DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >::AssignmentTraits |
Definition at line 772 of file TriangularMatrix.h.
|
protected |
Definition at line 761 of file TriangularMatrix.h.
typedef Base::DstEvaluatorType Eigen::internal::triangular_dense_assignment_kernel< UpLo, Mode, SetOpposite, DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >::DstEvaluatorType |
Definition at line 769 of file TriangularMatrix.h.
|
protected |
Definition at line 762 of file TriangularMatrix.h.
typedef Base::Scalar Eigen::internal::triangular_dense_assignment_kernel< UpLo, Mode, SetOpposite, DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >::Scalar |
Definition at line 771 of file TriangularMatrix.h.
typedef Base::SrcEvaluatorType Eigen::internal::triangular_dense_assignment_kernel< UpLo, Mode, SetOpposite, DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >::SrcEvaluatorType |
Definition at line 770 of file TriangularMatrix.h.
|
protected |
Definition at line 763 of file TriangularMatrix.h.
|
inline |
Definition at line 775 of file TriangularMatrix.h.
|
inline |
Definition at line 660 of file AssignEvaluator.h.
|
inline |
Assign src(row,col) to dst(row,col) through the assignment functor.
Definition at line 654 of file AssignEvaluator.h.
|
inline |
Definition at line 789 of file TriangularMatrix.h.
|
inline |
Definition at line 796 of file TriangularMatrix.h.
|
protected |
Definition at line 718 of file AssignEvaluator.h.
|
protected |
Definition at line 720 of file AssignEvaluator.h.
|
protected |
Definition at line 719 of file AssignEvaluator.h.