linbox
PreMap< Source, Target > Struct Template Reference

#include <map.h>

Public Types

typedef Hom< Source, Target > Homomorphism
 

Public Member Functions

 PreMap (const Homomorphism &H)
 
 PreMap (const Source &S, const Target &T)
 
template<typename ContainerSourceElement, typename ContainerTargetElement>
ContainerSourceElement & operator() (ContainerSourceElement &src, ContainerTargetElement tgt)
 

Member Typedef Documentation

◆ Homomorphism

template<class Source, class Target>
typedef Hom<Source,Target> Homomorphism

Constructor & Destructor Documentation

◆ PreMap() [1/2]

template<class Source, class Target>
PreMap ( const Homomorphism & H)
inline

◆ PreMap() [2/2]

template<class Source, class Target>
PreMap ( const Source & S,
const Target & T )
inline

Member Function Documentation

◆ operator()()

template<class Source, class Target>
template<typename ContainerSourceElement, typename ContainerTargetElement>
ContainerSourceElement & operator() ( ContainerSourceElement & src,
ContainerTargetElement tgt )
inline

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