Public Types | Public Member Functions
Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors > Class Template Reference

Base class providing direct read/write coefficient access to matrices and arrays. More...

#include <DenseCoeffsBase.h>

Inheritance diagram for Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef DenseCoeffsBase
< Derived, WriteAccessors
Base
typedef internal::traits
< Derived >::Index 
Index
typedef NumTraits< Scalar >::Real RealScalar
typedef internal::traits
< Derived >::Scalar 
Scalar

Public Member Functions

Index colStride () const
Index innerStride () const
Index outerStride () const
Index rowStride () const
Index stride () const

Detailed Description

template<typename Derived>
class Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >

Base class providing direct read/write coefficient access to matrices and arrays.

Template Parameters:
DerivedType of the derived class
DirectWriteAccessorsConstant indicating direct access

This class defines functions to work with strides which can be used to access entries directly. This class inherits DenseCoeffsBase<Derived, WriteAccessors> which defines functions to access entries read/write using operator().

See also:
TopicClassHierarchy

Definition at line 636 of file DenseCoeffsBase.h.


Member Typedef Documentation

template<typename Derived >
typedef DenseCoeffsBase<Derived, WriteAccessors> Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::Base

Reimplemented from Eigen::DenseCoeffsBase< Derived, WriteAccessors >.

Definition at line 641 of file DenseCoeffsBase.h.

template<typename Derived >
typedef internal::traits<Derived>::Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::Index

Reimplemented from Eigen::DenseCoeffsBase< Derived, WriteAccessors >.

Definition at line 642 of file DenseCoeffsBase.h.

template<typename Derived >
typedef NumTraits<Scalar>::Real Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::RealScalar

Reimplemented from Eigen::DenseCoeffsBase< Derived, WriteAccessors >.

Definition at line 644 of file DenseCoeffsBase.h.

template<typename Derived >
typedef internal::traits<Derived>::Scalar Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::Scalar

Reimplemented from Eigen::DenseCoeffsBase< Derived, WriteAccessors >.

Definition at line 643 of file DenseCoeffsBase.h.


Member Function Documentation

template<typename Derived >
Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::colStride ( ) const [inline]
Returns:
the pointer increment between two consecutive columns.
See also:
innerStride(), outerStride(), rowStride()

Definition at line 689 of file DenseCoeffsBase.h.

template<typename Derived >
Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::innerStride ( ) const [inline]
Returns:
the pointer increment between two consecutive elements within a slice in the inner direction.
See also:
outerStride(), rowStride(), colStride()

Definition at line 655 of file DenseCoeffsBase.h.

template<typename Derived >
Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::outerStride ( ) const [inline]
Returns:
the pointer increment between two consecutive inner slices (for example, between two consecutive columns in a column-major matrix).
See also:
innerStride(), rowStride(), colStride()

Definition at line 665 of file DenseCoeffsBase.h.

template<typename Derived >
Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::rowStride ( ) const [inline]
Returns:
the pointer increment between two consecutive rows.
See also:
innerStride(), outerStride(), colStride()

Definition at line 680 of file DenseCoeffsBase.h.

template<typename Derived >
Index Eigen::DenseCoeffsBase< Derived, DirectWriteAccessors >::stride ( ) const [inline]

Definition at line 671 of file DenseCoeffsBase.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:46