compbio
Public Member Functions | Protected Attributes | Friends | List of all members
Eigen::Transpose< TranspositionsBase< TranspositionsDerived > > Class Template Reference

Public Member Functions

 Transpose (const TranspositionType &t)
 
Index size () const
 
Index rows () const
 
Index cols () const
 
template<typename OtherDerived >
const Product< Transpose, OtherDerived, AliasFreeProduct > operator* (const MatrixBase< OtherDerived > &matrix) const
 
const TranspositionType & nestedExpression () const
 

Protected Attributes

const TranspositionType & m_transpositions
 

Friends

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

Member Function Documentation

§ 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.

Friends And Related Function 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.

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