Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions
Eigen::TransposeImpl< MatrixType, Dense > Class Reference

List of all members.

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

Index innerStride () const
Index outerStride () const
ScalarWithConstIfNotLvaluedata ()
const Scalar * data () const
ScalarWithConstIfNotLvaluecoeffRef (Index row, Index col)
ScalarWithConstIfNotLvaluecoeffRef (Index index)
const Scalar & coeffRef (Index row, Index col) const
const Scalar & coeffRef (Index index) const
const CoeffReturnType coeff (Index row, Index col) const
const CoeffReturnType coeff (Index index) const
template<int LoadMode>
const PacketScalar packet (Index row, Index col) const
template<int LoadMode>
void writePacket (Index row, Index col, const PacketScalar &x)
template<int LoadMode>
const PacketScalar packet (Index index) const
template<int LoadMode>
void writePacket (Index index, const PacketScalar &x)

Member Typedef Documentation

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

Definition at line 119 of file Core.

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

Definition at line 129 of file Core.


Member Function Documentation

const CoeffReturnType Eigen::TransposeImpl< MatrixType, Dense >::coeff ( Index  row,
Index  col 
) const [inline]

Definition at line 156 of file Core.

const CoeffReturnType Eigen::TransposeImpl< MatrixType, Dense >::coeff ( Index  index) const [inline]

Definition at line 161 of file Core.

ScalarWithConstIfNotLvalue& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 134 of file Core.

ScalarWithConstIfNotLvalue& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef ( Index  index) [inline]

Definition at line 140 of file Core.

const Scalar& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef ( Index  row,
Index  col 
) const [inline]

Definition at line 146 of file Core.

const Scalar& Eigen::TransposeImpl< MatrixType, Dense >::coeffRef ( Index  index) const [inline]

Definition at line 151 of file Core.

ScalarWithConstIfNotLvalue* Eigen::TransposeImpl< MatrixType, Dense >::data ( ) [inline]

Definition at line 131 of file Core.

const Scalar* Eigen::TransposeImpl< MatrixType, Dense >::data ( ) const [inline]

Definition at line 132 of file Core.

Index Eigen::TransposeImpl< MatrixType, Dense >::innerStride ( ) const [inline]

Definition at line 122 of file Core.

Index Eigen::TransposeImpl< MatrixType, Dense >::outerStride ( ) const [inline]

Definition at line 123 of file Core.

template<int LoadMode>
const PacketScalar Eigen::TransposeImpl< MatrixType, Dense >::packet ( Index  row,
Index  col 
) const [inline]

Definition at line 167 of file Core.

template<int LoadMode>
const PacketScalar Eigen::TransposeImpl< MatrixType, Dense >::packet ( Index  index) const [inline]

Definition at line 179 of file Core.

template<int LoadMode>
void Eigen::TransposeImpl< MatrixType, Dense >::writePacket ( Index  row,
Index  col,
const PacketScalar &  x 
) [inline]

Definition at line 173 of file Core.

template<int LoadMode>
void Eigen::TransposeImpl< MatrixType, Dense >::writePacket ( Index  index,
const PacketScalar &  x 
) [inline]

Definition at line 185 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011