OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RowSquareMatrixType
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
product.h
31
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime>
RowSquareMatrixType
;
44
RowSquareMatrixType
45
identity =
RowSquareMatrixType
::Identity(rows, rows),
46
square =
RowSquareMatrixType
::Random(rows, rows),
47
res =
RowSquareMatrixType
::Random(rows, rows);
/external/eigen/test/
product.h
29
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime>
RowSquareMatrixType
;
42
RowSquareMatrixType
43
identity =
RowSquareMatrixType
::Identity(rows, rows),
44
square =
RowSquareMatrixType
::Random(rows, rows),
45
res =
RowSquareMatrixType
::Random(rows, rows);
Completed in 121 milliseconds