Kronecker tensor product helper class for sparse matrices. More...
#include <KroneckerTensorProduct.h>
Public Member Functions | |
Index | cols () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
Evaluate the Kronecker tensor product. More... | |
KroneckerProductSparse (const Lhs &A, const Rhs &B) | |
Constructor. More... | |
template<typename Scalar , int Options, typename Index > | |
operator SparseMatrix< Scalar, Options, Index > () | |
Index | rows () const |
Public Member Functions inherited from Eigen::EigenBase< KroneckerProductSparse< Lhs, Rhs > > | |
void | addTo (Dest &dst) const |
void | applyThisOnTheLeft (Dest &dst) const |
void | applyThisOnTheRight (Dest &dst) const |
Index | cols () const |
KroneckerProductSparse< Lhs, Rhs > & | const_cast_derived () const |
const KroneckerProductSparse< Lhs, Rhs > & | const_derived () const |
KroneckerProductSparse< Lhs, Rhs > & | derived () |
const KroneckerProductSparse< Lhs, Rhs > & | derived () const |
void | evalTo (Dest &dst) const |
Index | rows () const |
Index | size () const |
void | subTo (Dest &dst) const |
Private Types | |
typedef internal::traits< KroneckerProductSparse >::Index | Index |
Private Attributes | |
Lhs::Nested | m_A |
Rhs::Nested | m_B |
Additional Inherited Members | |
Public Types inherited from Eigen::EigenBase< KroneckerProductSparse< Lhs, Rhs > > | |
typedef internal::traits< KroneckerProductSparse< Lhs, Rhs > >::Index | Index |
typedef internal::traits< KroneckerProductSparse< Lhs, Rhs > >::StorageKind | StorageKind |
Kronecker tensor product helper class for sparse matrices.
If at least one of the operands is a sparse matrix expression, then this class is returned and evaluates into a sparse matrix.
This class is the return value of kroneckerProduct(EigenBase, EigenBase). Use the function rather than construct this class directly to avoid specifying template prarameters.
Lhs | Type of the left-hand side, a matrix expression. |
Rhs | Type of the rignt-hand side, a matrix expression. |
Definition at line 80 of file KroneckerTensorProduct.h.
|
private |
Definition at line 83 of file KroneckerTensorProduct.h.
|
inline |
Constructor.
Definition at line 87 of file KroneckerTensorProduct.h.
|
inline |
Definition at line 95 of file KroneckerTensorProduct.h.
void Eigen::KroneckerProductSparse< Lhs, Rhs >::evalTo | ( | Dest & | dst | ) | const |
Evaluate the Kronecker tensor product.
Definition at line 125 of file KroneckerTensorProduct.h.
|
inline |
Definition at line 98 of file KroneckerTensorProduct.h.
|
inline |
Definition at line 94 of file KroneckerTensorProduct.h.
|
private |
Definition at line 106 of file KroneckerTensorProduct.h.
|
private |
Definition at line 107 of file KroneckerTensorProduct.h.