|
typedef std::decay< Lhs >::type | lhs_t |
|
typedef lhs_t::Scalar | scalar_t |
|
|
| kron_identity (Lhs &&lhs) |
|
template<class RhsDerived > |
Eigen::Matrix< scalar_t, result_rows_compile_time, RhsDerived::ColsAtCompileTime > | operator* (Eigen::MatrixBase< RhsDerived > const &rhs) const |
|
|
static const unsigned | dimension = Dim |
|
static const Eigen::Index | lhs_rows_compile_time = lhs_t::RowsAtCompileTime |
|
static const Eigen::Index | result_rows_compile_time |
|
template<class Lhs, size_t Dim>
class NiHu::fmm::kron_identity< Lhs, Dim >
Definition at line 21 of file kron_identity.hpp.
◆ result_rows_compile_time
template<class Lhs , size_t Dim>
Initial value:=
lhs_rows_compile_time == Eigen::Dynamic ? Eigen::Dynamic : dimension * lhs_rows_compile_time
Definition at line 28 of file kron_identity.hpp.
The documentation for this class was generated from the following file: