repthy
Interface HomomorphismFunc


public interface HomomorphismFunc

Lets you specify a homomorphism as a function with one simple method name, apply. To convert this function into the bulkier Homomorphism object, create a HomomFromFunc object (a subclass of Homomorphism) based on this function.

Author:
Mark McConnell

Method Summary
 GroupElt apply(GroupElt g)
           
 

Method Detail

apply

public GroupElt apply(GroupElt g)