Searched refs:RowVector (Results 1 – 6 of 6) sorted by relevance
194 typedef std::vector<Row> RowVector; typedef195 typedef RowVector::const_iterator RowIter;198 RowVector Rows;
437 std::vector<uint32_t> RowVector; in getLineInfoForAddressRange() local438 if (!LineTable->lookupAddressRange(Address, Size, RowVector)) in getLineInfoForAddressRange()441 uint32_t NumRows = RowVector.size(); in getLineInfoForAddressRange()443 uint32_t RowIndex = RowVector[i]; in getLineInfoForAddressRange()
51 using Eigen::RowVector##SizeSuffix##TypeSuffix;
291 using Eigen::RowVector##SizeSuffix##TypeSuffix;
376 typedef Matrix<Type, 1, Size> RowVector##SizeSuffix##TypeSuffix;
43 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> RowVector; typedef107 RowVector e(n); in compute()