Searched refs:MatrixRowMaj (Results 1 – 1 of 1) sorted by relevance
23 typedef Matrix<Scalar,Dynamic,Dynamic,RowMajor> MatrixRowMaj; in mmtr() typedef28 MatrixRowMaj matr = MatrixRowMaj::Zero(size, size); in mmtr()33 MatrixRowMaj sor(size,othersize); sor.setRandom(); in mmtr()34 MatrixRowMaj osr(othersize,size); osr.setRandom(); in mmtr()