Home
last modified time | relevance | path

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

/external/eigen/doc/examples/
Dnullary_indexing.cpp8 class indexing_functor { class
20indexing_functor(const ArgType& arg, const RowIndexType& row_indices, const ColIndexType& col_indi… in indexing_functor() function in indexing_functor
32 CwiseNullaryOp<indexing_functor<ArgType,RowIndexType,ColIndexType>, typename indexing_functor<ArgTy…
35 typedef indexing_functor<ArgType,RowIndexType,ColIndexType> Func; in indexing()