Go to the source code of this file.
Namespaces | |
namespace | Eigen |
namespace | Eigen::internal |
Functions | |
template<typename A , typename B , typename CScalar , int CRows, int CCols, int COptions, int CMaxRows, int CMaxCols> | |
void | Eigen::kroneckerProduct (const MatrixBase< A > &a, const MatrixBase< B > &b, Matrix< CScalar, CRows, CCols, COptions, CMaxRows, CMaxCols > &c) |
template<typename A , typename B , typename C > | |
void | Eigen::kroneckerProduct (const MatrixBase< A > &a, const MatrixBase< B > &b, MatrixBase< C > const &c_) |
template<typename A , typename B , typename C > | |
void | Eigen::kroneckerProduct (const MatrixBase< A > &a, const SparseMatrixBase< B > &b, SparseMatrixBase< C > &c) |
template<typename A , typename B , typename C > | |
void | Eigen::kroneckerProduct (const SparseMatrixBase< A > &a, const MatrixBase< B > &b, SparseMatrixBase< C > &c) |
template<typename A , typename B , typename C > | |
void | Eigen::kroneckerProduct (const SparseMatrixBase< A > &a, const SparseMatrixBase< B > &b, SparseMatrixBase< C > &c) |
template<typename Derived_A , typename Derived_B , typename Derived_AB > | |
void | Eigen::internal::kroneckerProduct_full (const Derived_A &A, const Derived_B &B, Derived_AB &AB) |
template<typename Derived_A , typename Derived_B , typename Derived_AB > | |
void | Eigen::internal::kroneckerProduct_sparse (const Derived_A &A, const Derived_B &B, Derived_AB &AB) |