Home
last modified time | relevance | path

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

/external/eigen/test/
Dmain.h563 typedef Matrix<Scalar, Rows, Rows> MatrixAType; in createRandomPIMatrixOfRank() typedef
579 MatrixAType a = MatrixAType::Random(rows,rows); in createRandomPIMatrixOfRank()
588 HouseholderQR<MatrixAType> qra(a); in createRandomPIMatrixOfRank()