![]() |
Dem Bones
1.2.0
Skinning Decomposition Library
|
#include <Indexing.h>
Public Types | |
typedef Eigen::Matrix< typename ArgType::Scalar, RowIndexType::SizeAtCompileTime, ColIndexType::SizeAtCompileTime, ArgType::Flags &Eigen::RowMajorBit?Eigen::RowMajor:Eigen::ColMajor, RowIndexType::MaxSizeAtCompileTime, ColIndexType::MaxSizeAtCompileTime > | MatrixType |
Public Member Functions | |
indexing_functor_row_col (const ArgType &arg, const RowIndexType &row_indices, const ColIndexType &col_indices) | |
const ArgType::Scalar & | operator() (Eigen::Index row, Eigen::Index col) const |
NullaryOp forward mapping for matrix with row indices and column indices, check: https://eigen.tuxfamily.org/dox/TopicCustomizing_NullaryExpr.html
Definition at line 24 of file Indexing.h.
typedef Eigen::Matrix<typename ArgType::Scalar, RowIndexType::SizeAtCompileTime, ColIndexType::SizeAtCompileTime, ArgType::Flags& Eigen::RowMajorBit?Eigen::RowMajor:Eigen::ColMajor, RowIndexType::MaxSizeAtCompileTime, ColIndexType::MaxSizeAtCompileTime> Dem::indexing_functor_row_col< ArgType, RowIndexType, ColIndexType >::MatrixType |
Definition at line 34 of file Indexing.h.
|
inline |
Definition at line 35 of file Indexing.h.
|
inline |
Definition at line 37 of file Indexing.h.