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

/external/eigen/test/
H A Dmain.h337 typedef Matrix<Scalar, Cols, Cols> MatrixBType; typedef
354 MatrixBType b = MatrixBType::Random(cols,cols);
362 HouseholderQR<MatrixBType> qrb(b);

Completed in 32 milliseconds