TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Friends | List of all members
Eigen::Transpose< TranspositionsBase< TranspositionsDerived > > Class Template Reference

#include <Transpositions.h>

Public Member Functions

 Transpose (const TranspositionType &t)
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index size () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 
template<typename OtherDerived >
const Product< Transpose, OtherDerived, AliasFreeProductoperator* (const MatrixBase< OtherDerived > &matrix) const
 
EIGEN_DEVICE_FUNC const TranspositionType & nestedExpression () const
 

Protected Attributes

const TranspositionType & m_transpositions
 

Friends

template<typename OtherDerived >
const Product< OtherDerived, Transpose, AliasFreeProductoperator* (const MatrixBase< OtherDerived > &matrix, const Transpose &trt)
 

Constructor & Destructor Documentation

◆ Transpose()

template<typename TranspositionsDerived >
Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::Transpose ( const TranspositionType &  t)
inlineexplicit

Member Function Documentation

◆ cols()

template<typename TranspositionsDerived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::cols ( ) const
inline

◆ nestedExpression()

template<typename TranspositionsDerived >
EIGEN_DEVICE_FUNC const TranspositionType & Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::nestedExpression ( ) const
inline

◆ operator*()

template<typename TranspositionsDerived >
template<typename OtherDerived >
const Product< Transpose, OtherDerived, AliasFreeProduct > Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::operator* ( const MatrixBase< OtherDerived > &  matrix) const
inline
Returns
the matrix with the inverse transpositions applied to the rows.

◆ rows()

template<typename TranspositionsDerived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::rows ( ) const
inline

◆ size()

template<typename TranspositionsDerived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::size ( ) const
inline

Friends And Related Symbol Documentation

◆ operator*

template<typename TranspositionsDerived >
template<typename OtherDerived >
const Product< OtherDerived, Transpose, AliasFreeProduct > operator* ( const MatrixBase< OtherDerived > &  matrix,
const Transpose< TranspositionsBase< TranspositionsDerived > > &  trt 
)
friend
Returns
the matrix with the inverse transpositions applied to the columns.

Member Data Documentation

◆ m_transpositions

template<typename TranspositionsDerived >
const TranspositionType& Eigen::Transpose< TranspositionsBase< TranspositionsDerived > >::m_transpositions
protected

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