atlas  0.6
Namespaces | Functions
standardrepk.cpp File Reference

Implementation for the classes StandardRepK and KhatContext. More...

#include "standardrepk.h"
#include <cassert>
#include <iostream>
#include <sstream>
#include "tags.h"
#include "matreduc.h"
#include "polynomials.h"
#include "lattice.h"
#include "rootdata.h"
#include "kgb.h"
#include "graph.h"
#include "ioutils.h"
#include "basic_io.h"
#include "prettyprint.h"
Include dependency graph for standardrepk.cpp:

Namespaces

 atlas
 
 atlas::standardrepk
 

Functions

q_combin atlas::standardrepk::to_q (const combination &c)
 
q_Char atlas::standardrepk::to_q (const Char &chi)
 
template<typename C >
matrix::Matrix_base< C > atlas::standardrepk::triangularize (const std::vector< std::pair< seq_no, Free_Abelian< seq_no, C, graded_compare > > > &eq, std::vector< seq_no > &new_order)
 
template<typename C >
matrix::Matrix_base< C > atlas::standardrepk::inverse_lower_triangular (const matrix::Matrix_base< C > &L)
 
template matrix::Matrix_base< Polynomial< int > > atlas::standardrepk::triangularize (const std::vector< q_equation > &eq, std::vector< seq_no > &new_order)
 
template matrix::Matrix_base< Polynomial< int > > atlas::standardrepk::inverse_lower_triangular (const matrix::Matrix_base< Polynomial< int > > &L)
 

Detailed Description

Implementation for the classes StandardRepK and KhatContext.