![]() |
Eigen-unsupported
3.3.3
|
The base class of dense and sparse Kronecker product.
Derived | is the derived type. |
Inherits ReturnByValue< Derived >.
Public Member Functions | |
Scalar | coeff (Index row, Index col) const |
Scalar | coeff (Index i) const |
KroneckerProductBase (const Lhs &A, const Rhs &B) | |
Constructor. |
Scalar Eigen::KroneckerProductBase< Derived >::coeff | ( | Index | row, |
Index | col | ||
) | const [inline] |
This overrides ReturnByValue::coeff because this function is efficient enough.
Scalar Eigen::KroneckerProductBase< Derived >::coeff | ( | Index | i | ) | const [inline] |
This overrides ReturnByValue::coeff because this function is efficient enough.