Home
last modified time | relevance | path

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

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