Public Types | Public Member Functions | List of all members
Eigen::TransposeImpl< MatrixType, Dense > Class Template Reference

#include <Transpose.h>

Inheritance diagram for Eigen::TransposeImpl< MatrixType, Dense >:
Inheritance graph
[legend]

Public Types

typedef internal::TransposeImpl_base< MatrixType >::type Base
 
typedef internal::conditional< internal::is_lvalue< MatrixType >::value, Scalar, const Scalar >::type ScalarWithConstIfNotLvalue
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ScalarcoeffRef (Index rowId, Index colId) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ScalarcoeffRef (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarWithConstIfNotLvaluedata ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalardata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index innerStride () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index outerStride () const
 

Detailed Description

template<typename MatrixType>
class Eigen::TransposeImpl< MatrixType, Dense >

Definition at line 118 of file Transpose.h.

Member Typedef Documentation

◆ Base

template<typename MatrixType >
typedef internal::TransposeImpl_base<MatrixType>::type Eigen::TransposeImpl< MatrixType, Dense >::Base

Definition at line 123 of file Transpose.h.

◆ ScalarWithConstIfNotLvalue

Definition at line 137 of file Transpose.h.

Member Function Documentation

◆ coeffRef() [1/2]

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef ( Index  rowId,
Index  colId 
) const
inline

Definition at line 146 of file Transpose.h.

◆ coeffRef() [2/2]

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef ( Index  index) const
inline

Definition at line 152 of file Transpose.h.

◆ data() [1/2]

Definition at line 140 of file Transpose.h.

◆ data() [2/2]

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar* Eigen::TransposeImpl< MatrixType, Dense >::data ( ) const
inline

Definition at line 142 of file Transpose.h.

◆ innerStride()

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TransposeImpl< MatrixType, Dense >::innerStride ( ) const
inline

Definition at line 129 of file Transpose.h.

◆ outerStride()

template<typename MatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index Eigen::TransposeImpl< MatrixType, Dense >::outerStride ( ) const
inline

Definition at line 131 of file Transpose.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:17