Public Types | Public Member Functions | Protected Attributes
Eigen::Minor< MatrixType > Class Template Reference

Expression of a minor. More...

#include <Minor.h>

Inheritance diagram for Eigen::Minor< MatrixType >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef MatrixBase< MinorBase

Public Member Functions

const Scalar coeff (Index row, Index col) const
ScalarcoeffRef (Index row, Index col)
Index cols () const
 Minor (const MatrixType &matrix, Index row, Index col)
Index rows () const

Protected Attributes

const Index m_col
const MatrixType::Nested m_matrix
const Index m_row

Detailed Description

template<typename MatrixType>
class Eigen::Minor< MatrixType >

Expression of a minor.

Parameters:
MatrixTypethe type of the object in which we are taking a minor

This class represents an expression of a minor. It is the return type of MatrixBase::minor() and most of the time this is the only way it is used.

See also:
MatrixBase::minor()

Definition at line 53 of file Minor.h.


Member Typedef Documentation

template<typename MatrixType>
typedef MatrixBase<Minor> Eigen::Minor< MatrixType >::Base

Reimplemented from Eigen::MatrixBase< Minor< MatrixType > >.

Definition at line 58 of file Minor.h.


Constructor & Destructor Documentation

template<typename MatrixType>
Eigen::Minor< MatrixType >::Minor ( const MatrixType &  matrix,
Index  row,
Index  col 
) [inline]

Definition at line 61 of file Minor.h.


Member Function Documentation

template<typename MatrixType>
const Scalar Eigen::Minor< MatrixType >::coeff ( Index  row,
Index  col 
) const [inline]

Definition at line 79 of file Minor.h.

template<typename MatrixType>
Scalar& Eigen::Minor< MatrixType >::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 74 of file Minor.h.

template<typename MatrixType>
Index Eigen::Minor< MatrixType >::cols ( void  ) const [inline]

Definition at line 72 of file Minor.h.

template<typename MatrixType>
Index Eigen::Minor< MatrixType >::rows ( void  ) const [inline]

Definition at line 71 of file Minor.h.


Member Data Documentation

template<typename MatrixType>
const Index Eigen::Minor< MatrixType >::m_col [protected]

Definition at line 86 of file Minor.h.

template<typename MatrixType>
const MatrixType::Nested Eigen::Minor< MatrixType >::m_matrix [protected]

Definition at line 85 of file Minor.h.

template<typename MatrixType>
const Index Eigen::Minor< MatrixType >::m_row [protected]

Definition at line 86 of file Minor.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:53