Searched refs:MatrixRowMaj (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dproduct_mmtr.cpp23 typedef Matrix<Scalar,Dynamic,Dynamic,RowMajor> MatrixRowMaj; typedef
28 MatrixRowMaj matr(size, size);
33 MatrixRowMaj sor(size,othersize); sor.setRandom();
34 MatrixRowMaj osr(othersize,size); osr.setRandom();

Completed in 76 milliseconds