![]() |
Eigen-unsupported
3.2.91
|
Kronecker tensor product helper class for dense matrices.
This class is the return value of kroneckerProduct(MatrixBase, MatrixBase). 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. |
Public Member Functions | |
Scalar | coeff (Index row, Index col) const |
Scalar | coeff (Index i) const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
Evaluate the Kronecker tensor product. | |
KroneckerProduct (const Lhs &A, const Rhs &B) | |
Constructor. | |
|
inlineinherited |
This overrides ReturnByValue::coeff because this function is efficient enough.
|
inlineinherited |
This overrides ReturnByValue::coeff because this function is efficient enough.