compbio
|
The base class of dense and sparse Kronecker product. More...
#include <KroneckerTensorProduct.h>
Public Member Functions | |
KroneckerProductBase (const Lhs &A, const Rhs &B) | |
Constructor. | |
Index | rows () const |
Index | cols () const |
Scalar | coeff (Index row, Index col) const |
Scalar | coeff (Index i) const |
![]() | |
template<typename Dest > | |
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
EIGEN_DEVICE_FUNC Index | rows () const |
EIGEN_DEVICE_FUNC Index | cols () const |
const Unusable & | coeff (Index) const |
const Unusable & | coeff (Index, Index) const |
Unusable & | coeffRef (Index) |
Unusable & | coeffRef (Index, Index) |
Protected Types | |
typedef Traits::Lhs | Lhs |
typedef Traits::Rhs | Rhs |
Protected Attributes | |
Lhs::Nested | m_A |
Rhs::Nested | m_B |
Additional Inherited Members | |
![]() | |
typedef internal::traits< Derived >::ReturnType | ReturnType |
typedef internal::dense_xpr_base< ReturnByValue >::type | Base |
The base class of dense and sparse Kronecker product.
Derived | is the derived type. |
|
inline |
This overrides ReturnByValue::coeff because this function is efficient enough.
|
inline |
This overrides ReturnByValue::coeff because this function is efficient enough.