Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Friends
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 TranspositionTypenestedExpression () const
 

Protected Attributes

const TranspositionTypem_transpositions
 

Friends

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

Member Function Documentation

◆ operator*()

Returns
the matrix with the inverse transpositions applied to the rows.

Friends And Related Symbol Documentation

◆ operator*

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: