Searched refs:ColSquareMatrixType (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/eigen2/ |
D | product.h | 32 …f Matrix<Scalar, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime> ColSquareMatrixType; in product() typedef 48 ColSquareMatrixType in product() 49 square2 = ColSquareMatrixType::Random(cols, cols), in product() 50 res2 = ColSquareMatrixType::Random(cols, cols); in product()
|
/external/eigen/test/ |
D | product.h | 30 …f Matrix<Scalar, MatrixType::ColsAtCompileTime, MatrixType::ColsAtCompileTime> ColSquareMatrixType; in product() typedef 46 ColSquareMatrixType in product() 47 square2 = ColSquareMatrixType::Random(cols, cols), in product() 48 res2 = ColSquareMatrixType::Random(cols, cols); in product()
|