Home
last modified time | relevance | path

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

/external/eigen/test/
Dlu.cpp54 RMatrixType; in lu_non_invertible() typedef
75 RMatrixType l = RMatrixType::Identity(rows,rows); in lu_non_invertible()
Dproduct_syrk.cpp16 …Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime, RowMajor> RMatrixType; in syrk() typedef
27 RMatrixType rm2 = MatrixType::Random(rows, cols); in syrk()