template<typename MatrixType, int NumBlocks>
class Eigen::BlockDiag< MatrixType, NumBlocks >
Expression for block diagonal replication of a matrix or vector.
- Parameters
-
MatrixType | the type of the object we are replicating |
Inherits type< BlockDiag< MatrixType, NumBlocks > >.