#include <Eigen/Dense>
Go to the source code of this file.
|
template<class ArgType , class RowIndexType , class ColIndexType > |
Eigen::CwiseNullaryOp< indexing_functor_row_col< ArgType, RowIndexType, ColIndexType >, typename indexing_functor_row_col< ArgType, RowIndexType, ColIndexType >::MatrixType > | Dem::indexing_row_col (const Eigen::MatrixBase< ArgType > &arg, const RowIndexType &row_indices, const ColIndexType &col_indices) |
|
template<class ArgType , class RowIndexType > |
Eigen::CwiseNullaryOp< indexing_functor_row< ArgType, RowIndexType >, typename indexing_functor_row< ArgType, RowIndexType >::MatrixType > | Dem::indexing_row (const Eigen::MatrixBase< ArgType > &arg, const RowIndexType &row_indices) |
|
template<class ArgType , class IndexType > |
Eigen::CwiseNullaryOp< indexing_functor_vector< ArgType, IndexType >, typename indexing_functor_vector< ArgType, IndexType >::VectorType > | Dem::indexing_vector (const Eigen::MatrixBase< ArgType > &arg, const IndexType &indices) |
|