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

Detailed Description

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

Definition at line 114 of file Core.

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 Eigen::TransposeImpl< MatrixType, Dense >::Base

Definition at line 119 of file Core.

template<typename MatrixType >
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

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

Definition at line 156 of file Core.

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

Definition at line 161 of file Core.

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

Definition at line 151 of file Core.

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

Definition at line 134 of file Core.

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

Definition at line 140 of file Core.

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

Definition at line 146 of file Core.

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

Definition at line 131 of file Core.

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

Definition at line 132 of file Core.

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

Definition at line 122 of file Core.

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

Definition at line 123 of file Core.

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

Definition at line 179 of file Core.

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

Definition at line 167 of file Core.

template<typename MatrixType >
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<typename MatrixType >
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.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo