Searched defs:RowVector (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h43 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> RowVector; typedef in class:Eigen::SVD
107 RowVector e(n);
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h194 typedef std::vector<Row> RowVector; typedef in struct:llvm::DWARFDebugLine::LineTable
195 typedef RowVector::const_iterator RowIter;
198 RowVector Rows;
H A DDWARFContext.cpp528 std::vector<uint32_t> RowVector; local
529 if (!LineTable->lookupAddressRange(Address, Size, RowVector))
532 for (uint32_t RowIndex : RowVector) {

Completed in 178 milliseconds