Home
last modified time | relevance | path

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

/external/eigen/test/eigen2/
Dproduct.h32 …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/
Dproduct.h30 …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()