Searched refs:col_indices (Results 1 – 1 of 1) sorted by relevance
/external/eigen/doc/examples/ |
D | nullary_indexing.cpp | 20 …exing_functor(const ArgType& arg, const RowIndexType& row_indices, const ColIndexType& col_indices) in indexing_functor() argument 21 : m_arg(arg), m_rowIndices(row_indices), m_colIndices(col_indices) in indexing_functor() 33 … Eigen::MatrixBase<ArgType>& arg, const RowIndexType& row_indices, const ColIndexType& col_indices) in indexing() argument 37 …MatrixType::NullaryExpr(row_indices.size(), col_indices.size(), Func(arg.derived(), row_indices, c… in indexing()
|