Public Types | Public Member Functions
Eigen::COLAMDOrdering< Index > Class Template Reference

#include <Ordering.h>

List of all members.

Public Types

typedef Matrix< Index, Dynamic, 1 > IndexVector
typedef PermutationMatrix
< Dynamic, Dynamic, Index
PermutationType

Public Member Functions

template<typename MatrixType >
void operator() (const MatrixType &mat, PermutationType &perm)

Detailed Description

template<typename Index>
class Eigen::COLAMDOrdering< Index >

Functor computing the column approximate minimum degree ordering The matrix should be in column-major and compressed format (see SparseMatrix::makeCompressed()).

Definition at line 115 of file Ordering.h.


Member Typedef Documentation

template<typename Index >
typedef Matrix<Index, Dynamic, 1> Eigen::COLAMDOrdering< Index >::IndexVector

Definition at line 119 of file Ordering.h.

template<typename Index >
typedef PermutationMatrix<Dynamic, Dynamic, Index> Eigen::COLAMDOrdering< Index >::PermutationType

Definition at line 118 of file Ordering.h.


Member Function Documentation

template<typename Index >
template<typename MatrixType >
void Eigen::COLAMDOrdering< Index >::operator() ( const MatrixType &  mat,
PermutationType perm 
) [inline]

Compute the permutation vector perm form the sparse matrix mat

Warning:
The input sparse matrix mat must be in compressed mode (see SparseMatrix::makeCompressed()).

Definition at line 125 of file Ordering.h.


The documentation for this class was generated from the following file:


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:00:42