NiHu  2.0
kron_identity.hpp File Reference

Kronecker product of a matrix by an Identity matrix. More...

#include <Eigen/Dense>
#include <type_traits>
#include <utility>
Include dependency graph for kron_identity.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NiHu::fmm::kron_identity< Lhs, Dim >
 

Functions

template<size_t Dim, class Lhs >
kron_identity< Lhs, Dim > NiHu::fmm::create_kron_identity (Lhs &&lhs)
 

Detailed Description

Kronecker product of a matrix by an Identity matrix.

Definition in file kron_identity.hpp.