Home
last modified time | relevance | path

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

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