Home
last modified time | relevance | path

Searched refs:row_indices (Results 1 – 1 of 1) sorted by relevance

/external/eigen/doc/examples/
Dnullary_indexing.cpp20 …indexing_functor(const ArgType& arg, const RowIndexType& row_indices, const ColIndexType& col_indi… in indexing_functor() argument
21 : 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() argument
37 …return MatrixType::NullaryExpr(row_indices.size(), col_indices.size(), Func(arg.derived(), row_ind… in indexing()