Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions

TransposeImpl< MatrixType, Dense > Class Template Reference


Detailed Description

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

Definition at line 113 of file Transpose.h.

#include <src/Core/Transpose.h>

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

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

Definition at line 118 of file Transpose.h.

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

Definition at line 128 of file Transpose.h.


Member Function Documentation

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

Definition at line 155 of file Transpose.h.

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

Definition at line 160 of file Transpose.h.

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

Definition at line 150 of file Transpose.h.

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

Definition at line 133 of file Transpose.h.

References EIGEN_STATIC_ASSERT_LVALUE.

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

Definition at line 139 of file Transpose.h.

References EIGEN_STATIC_ASSERT_LVALUE.

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

Definition at line 145 of file Transpose.h.

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

Definition at line 130 of file Transpose.h.

References CwiseUnaryOp< UnaryOp, XprType >::nestedExpression().

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

Definition at line 131 of file Transpose.h.

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

Definition at line 121 of file Transpose.h.

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

Definition at line 122 of file Transpose.h.

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

Definition at line 178 of file Transpose.h.

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

Definition at line 166 of file Transpose.h.

References col(), and row().

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

Definition at line 172 of file Transpose.h.

References col(), and row().

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

Definition at line 184 of file Transpose.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011