CAPD RedHom Library
FreeModuleHomomorphism< generatorType, matrixType, intType > Class Template Reference

#include <capd/homAlgebra/FreeModuleHomomorphism.h>

Public Member Functions

 FreeModuleHomomorphism ()
 
 FreeModuleHomomorphism (const FreeModule< generatorType, matrixType, intType > *A_pDomain, const FreeModule< generatorType, matrixType, intType > *A_pCodomain, matrixType &A_coefMatrix)
 
const matrixType & coefMatrix () const
 

Friends

void swap (FreeModuleHomomorphism &A_fmh1, FreeModuleHomomorphism &A_fmh2)
 

Constructor & Destructor Documentation

template<typename generatorType, typename matrixType, typename intType>
FreeModuleHomomorphism< generatorType, matrixType, intType >::FreeModuleHomomorphism ( )
inline
template<typename generatorType, typename matrixType, typename intType>
FreeModuleHomomorphism< generatorType, matrixType, intType >::FreeModuleHomomorphism ( const FreeModule< generatorType, matrixType, intType > *  A_pDomain,
const FreeModule< generatorType, matrixType, intType > *  A_pCodomain,
matrixType &  A_coefMatrix 
)
inline

Member Function Documentation

template<typename generatorType, typename matrixType, typename intType>
const matrixType& FreeModuleHomomorphism< generatorType, matrixType, intType >::coefMatrix ( ) const
inline

Friends And Related Function Documentation

template<typename generatorType, typename matrixType, typename intType>
void swap ( FreeModuleHomomorphism< generatorType, matrixType, intType > &  A_fmh1,
FreeModuleHomomorphism< generatorType, matrixType, intType > &  A_fmh2 
)
friend