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

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

Completed in 204 milliseconds