Searched refs:RowMajorMatrixXf (Results 1 – 1 of 1) sorted by relevance
6 typedef Matrix<float,Dynamic,Dynamic,RowMajor> RowMajorMatrixXf; typedef7 RowMajorMatrixXf M3(M1);9 Map<RowMajorMatrixXf,0,Stride<Dynamic,3> > M4(M3.data(), M3.rows(), (M3.cols()+2)/3,