Lagrange
|
Public Attributes | |
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > | weights |
|V| x n weights (scalar). More... | |
Eigen::Matrix< Index, Eigen::Dynamic, Eigen::Dynamic > | indices |
|V| x n indices (index). More... | |
Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic> weights |
|V| x n weights (scalar).
For each vertex, this will include the n most important weights.
Eigen::Matrix<Index, Eigen::Dynamic, Eigen::Dynamic> indices |
|V| x n indices (index).
For each vertex, this will be the index of the n most important.