Go to the source code of this file.
Classes | |
| class | muq::Modeling::KroneckerProductOperator |
| Defines the Kronecker product of two other linear operators. More... | |
Namespaces | |
| muq | |
| muq::Modeling | |
Functions | |
| std::shared_ptr< LinearOperator > | muq::Modeling::KroneckerSum (std::shared_ptr< LinearOperator > A, std::shared_ptr< LinearOperator > B) |
| Eigen::MatrixXd | muq::Modeling::KroneckerProduct (Eigen::Ref< const Eigen::MatrixXd > const &A, Eigen::Ref< const Eigen::MatrixXd > const &B) |