15 MatrixXi m_dynamic(
M1 +
M2, N1 + N2);
26 MatrixXi matx11 = mat11, matx12 = mat12, matx21 = mat21, matx22 = mat22;
30 (m_dynamic << mat11, matx12, mat21, matx22).
finished());
36 (m_dynamic << mat12, matx11, matx21, mat22).
finished());
49 (m_dynamic << mat12, mat22).
finished());
M1<< 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12;Map< MatrixXf > M2(M1.data(), 6, 2)
MatrixXf M1
Definition: Tutorial_SlicingCol.cpp:1
The matrix class, also used for vectors and row-vectors.
Definition: Eigen/Eigen/src/Core/Matrix.h:186
Derived & setRandom(Index size)
Definition: Random.h:147
#define VERIFY_IS_EQUAL(a, b)
Definition: main.h:367
bool finished
Definition: MergeRestartFiles.py:79