Transpose.h File Reference

Go to the source code of this file.

Classes

class  Eigen::Transpose< MatrixType >
 Expression of the transpose of a matrix. More...
 
class  Eigen::TransposeImpl< XprType, StorageKind >
 
class  Eigen::TransposeImpl< MatrixType, Dense >
 

Namespaces

 Eigen
 : InteropHeaders
 
 Eigen::internal
 

Functions

template<typename MatrixType , Index Alignment>
void Eigen::internal::BlockedInPlaceTranspose (MatrixType &m)
 
template<typename Dst , typename Src >
void Eigen::internal::check_for_aliasing (const Dst &dst, const Src &src)