Searched refs:RowSquareMatrixType (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/eigen2/ |
D | product.h | 31 …f Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> RowSquareMatrixType; in product() typedef 44 RowSquareMatrixType in product() 45 identity = RowSquareMatrixType::Identity(rows, rows), in product() 46 square = RowSquareMatrixType::Random(rows, rows), in product() 47 res = RowSquareMatrixType::Random(rows, rows); in product()
|
/external/eigen/test/ |
D | product.h | 29 …f Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> RowSquareMatrixType; in product() typedef 42 RowSquareMatrixType in product() 43 identity = RowSquareMatrixType::Identity(rows, rows), in product() 44 square = RowSquareMatrixType::Random(rows, rows), in product() 45 res = RowSquareMatrixType::Random(rows, rows); in product()
|