Go to the source code of this file.
Classes | |
class | Eigen::KroneckerProduct< Lhs, Rhs > |
Kronecker tensor product helper class for dense matrices. More... | |
class | Eigen::KroneckerProductSparse< Lhs, Rhs > |
Kronecker tensor product helper class for sparse matrices. More... | |
class | Eigen::SparseMatrix< _Scalar, _Options, _Index > |
A versatible sparse matrix representation. More... | |
struct | Eigen::internal::traits< KroneckerProduct< _Lhs, _Rhs > > |
struct | Eigen::internal::traits< KroneckerProductSparse< _Lhs, _Rhs > > |
Namespaces | |
Eigen | |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
Eigen::internal | |
Functions | |
template<typename A , typename B > | |
KroneckerProduct< A, B > | Eigen::kroneckerProduct (const MatrixBase< A > &a, const MatrixBase< B > &b) |
template<typename A , typename B > | |
KroneckerProductSparse< A, B > | Eigen::kroneckerProduct (const EigenBase< A > &a, const EigenBase< B > &b) |