Public Types | Public Member Functions | Protected Attributes | Private Types | List of all members
Eigen::TranspositionsWrapper< _IndicesType > Class Template Reference

#include <PermutationMatrix.h>

Public Types

typedef TranspositionsBase< TranspositionsWrapperBase
 
typedef Traits::IndicesType IndicesType
 
typedef IndicesType::Scalar StorageIndex
 

Public Member Functions

EIGEN_DEVICE_FUNC IndicesTypeindices ()
 
const EIGEN_DEVICE_FUNC IndicesTypeindices () const
 
template<typename OtherDerived >
TranspositionsWrapperoperator= (const TranspositionsBase< OtherDerived > &other)
 
 TranspositionsWrapper (IndicesType &indices)
 

Protected Attributes

IndicesType::Nested m_indices
 

Private Types

typedef internal::traits< TranspositionsWrapperTraits
 

Detailed Description

template<typename _IndicesType>
class Eigen::TranspositionsWrapper< _IndicesType >

Definition at line 455 of file PermutationMatrix.h.

Member Typedef Documentation

◆ Base

template<typename _IndicesType >
typedef TranspositionsBase<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Base

Definition at line 278 of file Transpositions.h.

◆ IndicesType

template<typename _IndicesType >
typedef Traits::IndicesType Eigen::TranspositionsWrapper< _IndicesType >::IndicesType

Definition at line 279 of file Transpositions.h.

◆ StorageIndex

template<typename _IndicesType >
typedef IndicesType::Scalar Eigen::TranspositionsWrapper< _IndicesType >::StorageIndex

Definition at line 280 of file Transpositions.h.

◆ Traits

template<typename _IndicesType >
typedef internal::traits<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Traits
private

Definition at line 275 of file Transpositions.h.

Constructor & Destructor Documentation

◆ TranspositionsWrapper()

template<typename _IndicesType >
Eigen::TranspositionsWrapper< _IndicesType >::TranspositionsWrapper ( IndicesType indices)
inlineexplicit

Definition at line 282 of file Transpositions.h.

Member Function Documentation

◆ indices() [1/2]

template<typename _IndicesType >
EIGEN_DEVICE_FUNC IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices ( )
inline
Returns
a reference to the stored array representing the transpositions.

Definition at line 299 of file Transpositions.h.

◆ indices() [2/2]

template<typename _IndicesType >
const EIGEN_DEVICE_FUNC IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices ( ) const
inline

const version of indices().

Definition at line 295 of file Transpositions.h.

◆ operator=()

template<typename _IndicesType >
template<typename OtherDerived >
TranspositionsWrapper& Eigen::TranspositionsWrapper< _IndicesType >::operator= ( const TranspositionsBase< OtherDerived > &  other)
inline

Copies the other transpositions into *this

Definition at line 288 of file Transpositions.h.

Member Data Documentation

◆ m_indices

template<typename _IndicesType >
IndicesType::Nested Eigen::TranspositionsWrapper< _IndicesType >::m_indices
protected

Definition at line 303 of file Transpositions.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:30:08