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

/external/eigen/test/
H A Dmain.h318 typedef Matrix<Scalar, Rows, Rows> MatrixAType; typedef
334 MatrixAType a = MatrixAType::Random(rows,rows);
343 HouseholderQR<MatrixAType> qra(a);

Completed in 44 milliseconds