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 const Scalar & coeffRef (Index rowId, Index colId) const
 
EIGEN_DEVICE_FUNC const Scalar & coeffRef (Index index) const
 
EIGEN_DEVICE_FUNC ScalarWithConstIfNotLvaluedata ()
 
EIGEN_DEVICE_FUNC const Scalar * data () const
 
EIGEN_DEVICE_FUNC Index innerStride () const
 
EIGEN_DEVICE_FUNC Index outerStride () const
 

Detailed Description

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

Definition at line 115 of file Transpose.h.

Member Typedef Documentation

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

Definition at line 120 of file Transpose.h.

template<typename MatrixType >
typedef internal::conditional< internal::is_lvalue<MatrixType>::value, Scalar, const Scalar >::type Eigen::TransposeImpl< MatrixType, Dense >::ScalarWithConstIfNotLvalue

Definition at line 132 of file Transpose.h.

Member Function Documentation

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

Definition at line 139 of file Transpose.h.

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

Definition at line 145 of file Transpose.h.

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

Definition at line 134 of file Transpose.h.

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

Definition at line 135 of file Transpose.h.

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

Definition at line 125 of file Transpose.h.

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

Definition at line 126 of file Transpose.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:27