Home
last modified time | relevance | path

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

/external/eigen/test/
Dproduct_notemporary.cpp23 typedef Matrix<Scalar, Dynamic, Dynamic, ColMajor> ColMajorMatrixType; in product_notemporary() typedef
29 ColMajorMatrixType m1 = MatrixType::Random(rows, cols), in product_notemporary()