The base class of dense and sparse Kronecker product. More...
Public Member Functions | |
Scalar | coeff (Index i) const |
Scalar | coeff (Index row, Index col) const |
Index | cols () const |
KroneckerProductBase (const Lhs &A, const Rhs &B) | |
Constructor. More... | |
Index | rows () const |
Public Member Functions inherited from Eigen::ReturnByValue< Derived > | |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
void | evalTo (Dest &dst) const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Protected Types | |
typedef Traits::Lhs | Lhs |
typedef Traits::Rhs | Rhs |
Protected Attributes | |
Lhs::Nested | m_A |
Rhs::Nested | m_B |
Private Types | |
typedef Traits::Scalar | Scalar |
typedef internal::traits< Derived > | Traits |
Additional Inherited Members | |
Public Types inherited from Eigen::ReturnByValue< Derived > | |
typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
typedef internal::traits< Derived >::ReturnType | ReturnType |
The base class of dense and sparse Kronecker product.
Derived | is the derived type. |
Definition at line 27 of file KroneckerTensorProduct.h.
|
protected |
Definition at line 34 of file KroneckerTensorProduct.h.
|
protected |
Definition at line 35 of file KroneckerTensorProduct.h.
|
private |
Definition at line 31 of file KroneckerTensorProduct.h.
|
private |
Definition at line 30 of file KroneckerTensorProduct.h.
|
inline |
|
inline |
This overrides ReturnByValue::coeff because this function is efficient enough.
Definition at line 60 of file KroneckerTensorProduct.h.
|
inline |
|
inline |
Definition at line 44 of file KroneckerTensorProduct.h.
|
inline |
Definition at line 43 of file KroneckerTensorProduct.h.
|
protected |
Definition at line 67 of file KroneckerTensorProduct.h.
|
protected |
Definition at line 68 of file KroneckerTensorProduct.h.