Mackey  V3.3
A C++ library for computing RO(G) graded homology
ChangeBasis.hpp File Reference

Contains the class mackey::ChangeBasis. More...

#include <vector>
#include <map>
#include <algorithm>
#include <array>
#include "impl/ChangeBasis.ipp"
Include dependency graph for ChangeBasis.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ChangeBasis< pScalar >
 Change of basis matrices needed for the equivariant tensor product. More...
 

Namespaces

 mackey
 Everything in this library is under this namespace.
 

Functions

template<typename pScalar , typename T >
std::vector< pScalar > find_permutation (const std::vector< T > &A, const std::vector< T > &B)
 If vector B is permutation of vector A i.e. B= A * sigma then returns permutation sigma. More...
 

Detailed Description

Contains the class mackey::ChangeBasis.