Searched refs:row_indices (Results 1 – 1 of 1) sorted by relevance
20 …indexing_functor(const ArgType& arg, const RowIndexType& row_indices, const ColIndexType& col_indi… in indexing_functor() argument21 : m_arg(arg), m_rowIndices(row_indices), m_colIndices(col_indices) in indexing_functor()33 indexing(const Eigen::MatrixBase<ArgType>& arg, const RowIndexType& row_indices, const ColIndexType… in indexing() argument37 …return MatrixType::NullaryExpr(row_indices.size(), col_indices.size(), Func(arg.derived(), row_ind… in indexing()