Dem Bones  1.2.0
Skinning Decomposition Library
Indexing.h File Reference
#include <Eigen/Dense>

Go to the source code of this file.

Classes

class  Dem::indexing_functor_row_col< ArgType, RowIndexType, ColIndexType >
 
class  Dem::indexing_functor_row< ArgType, RowIndexType >
 
class  Dem::indexing_functor_vector< ArgType, IndexType >
 

Namespaces

 Dem
 

Functions

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)