The base class of dense and sparse Kronecker product. More...
#include <KroneckerTensorProduct.h>
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 > | |
const Unusable & | coeff (Index) const |
const Unusable & | coeff (Index, Index) const |
Unusable & | coeffRef (Index) |
Unusable & | coeffRef (Index, Index) |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
template<typename Dest > | |
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
EIGEN_DEVICE_FUNC 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 25 of file KroneckerTensorProduct.h.
|
protected |
Definition at line 32 of file KroneckerTensorProduct.h.
|
protected |
Definition at line 33 of file KroneckerTensorProduct.h.
|
private |
Definition at line 29 of file KroneckerTensorProduct.h.
|
private |
Definition at line 28 of file KroneckerTensorProduct.h.
|
inline |
Constructor.
Definition at line 37 of file KroneckerTensorProduct.h.
|
inline |
This overrides ReturnByValue::coeff because this function is efficient enough.
Definition at line 58 of file KroneckerTensorProduct.h.
|
inline |
This overrides ReturnByValue::coeff because this function is efficient enough.
Definition at line 48 of file KroneckerTensorProduct.h.
|
inline |
Definition at line 42 of file KroneckerTensorProduct.h.
|
inline |
Definition at line 41 of file KroneckerTensorProduct.h.
|
protected |
Definition at line 65 of file KroneckerTensorProduct.h.
|
protected |
Definition at line 66 of file KroneckerTensorProduct.h.