#include <Eigen/Core>
#include <iostream>
Go to the source code of this file.
Classes | |
class | indexing_functor< ArgType, RowIndexType, ColIndexType > |
Functions | |
int | main () |
template<class ArgType , class RowIndexType , class ColIndexType > | |
CwiseNullaryOp< indexing_functor< ArgType, RowIndexType, ColIndexType >, typename indexing_functor< ArgType, RowIndexType, ColIndexType >::MatrixType > | mat_indexing (const Eigen::MatrixBase< ArgType > &arg, const RowIndexType &row_indices, const ColIndexType &col_indices) |
int main | ( | ) |
Definition at line 42 of file nullary_indexing.cpp.
CwiseNullaryOp<indexing_functor<ArgType,RowIndexType,ColIndexType>, typename indexing_functor<ArgType,RowIndexType,ColIndexType>::MatrixType> mat_indexing | ( | const Eigen::MatrixBase< ArgType > & | arg, |
const RowIndexType & | row_indices, | ||
const ColIndexType & | col_indices | ||
) |
Definition at line 33 of file nullary_indexing.cpp.