TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Functions
nullary_indexing.cpp File Reference
#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 >::MatrixTypemat_indexing (const Eigen::MatrixBase< ArgType > &arg, const RowIndexType &row_indices, const ColIndexType &col_indices)
 
int main ()
 

Function Documentation

◆ main()

int main ( void  )

◆ mat_indexing()

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 
)