mols-generator
All Classes Files
Classes | Functions
MOLS_generator.hpp File Reference

Components for generating sets of mutually orthogonal latin squares. More...

#include <LiDIA/galois_field.h>
#include <LiDIA/gf_element.h>
#include <LiDIA/galois_field_iterator.h>
#include <set>
#include <vector>
#include <cmath>
#include <boost/range/functions.hpp>
#include <boost/range/metafunctions.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/assign/std/vector.hpp>
#include <boost/assert.hpp>
#include "Fields.hpp"
Include dependency graph for MOLS_generator.hpp:

Go to the source code of this file.

Classes

class  aXpYGenerator< Field, Matrix >
 
class  MOLRange< Matrix, Field >
 

Functions

template<class Field , class Matrix >
Matrix aXpY (const Field &F, const typename FieldTraits< Field >::element &p, const typename FieldTraits< Field >::element &a)
 

Detailed Description

Components for generating sets of mutually orthogonal latin squares.