Public Member Functions

GroupElement< my_alg_type > Class Template Reference

A GroupElement transforms ActionPoints to ActionPoints. More...

#include <GroupElement.h>

List of all members.

Public Member Functions

 GroupElement (mtlMatrix &M)
 Constructor from an mtlMatrix.
 GroupElement ()
 Default Constructor. Produces the identity matrix.
 ~GroupElement ()
 Default Destructor.
GroupElement< my_alg_type > operator* (const GroupElement< my_alg_type > &g) const
 Multiplication of matrices.
ActionPoint< my_alg_type > operator() (const ActionPoint< my_alg_type > &Arg)
 The group element transforms ActionPoints with this function.

Detailed Description

template<typename my_alg_type>
class GroupElement< my_alg_type >

A GroupElement transforms ActionPoints to ActionPoints.

Based on mtlMatrix.


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