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