|
TR-mbed 1.0
|
#include <Eigen/Core>#include <iostream>Classes | |
| class | indexing_functor< ArgType, RowIndexType, ColIndexType > |
Functions | |
| 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 () |
| int main | ( | void | ) |
| 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 | ||
| ) |