Searched refs:Arowmajor (Results 1 – 2 of 2) sorted by relevance
13 Matrix<int, 3, 4, RowMajor> Arowmajor = Acolmajor; variable15 for (int i = 0; i < Arowmajor.size(); i++)16 cout << *(Arowmajor.data() + i) << " ";
64 order, as happens in the above program when \c Arowmajor is initialized using \c Acolmajor. Eigen w…