Searched defs:RhsType (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/
H A Djacobisvd.cpp80 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType; typedef
83 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
250 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType;
252 RhsType rhs(rows);
/external/eigen/unsupported/test/
H A Dsvd_common.h92 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType; typedef
95 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
152 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType; typedef
153 RhsType rhs(rows);

Completed in 2445 milliseconds