Lattice Tester Guide
1.0-9
Software Package For Testing The Uniformity Of Integral Lattices In The Real Space
|
This class contains a configuration that can be passed to a LatticeAnalysis
object to perform a computation.
More...
#include <latticetester/Config.h>
Classes | |
union | Configuration |
This will store the infomration specific to the problem this Config object is for. More... | |
Public Attributes | |
std::string | filename |
The name of the file that populated this object. More... | |
ProblemType | prob |
The problem this object stores configuration for. More... | |
OutputType | outputType |
File format used to print the results. More... | |
int | NumCols |
The number of columns of the matrix stored in this object. More... | |
int | NumRows |
The number of rows of the matrix stored in this object. More... | |
BasIntMat | basis |
The basis matrix read from the file. More... | |
BasIntMat | dual_basis |
The dual matrix to the basis matrix read from the file. More... | |
Int | m |
The rescalling factor used (if it was needed by the test). More... | |
This class contains a configuration that can be passed to a LatticeAnalysis
object to perform a computation.
This class is a little bare bones to avoid the confusion of having too many parameters when working with higher level classes.
BasIntMat LatticeTester::Config< Int, BasIntMat >::basis |
The basis matrix read from the file.
BasIntMat LatticeTester::Config< Int, BasIntMat >::dual_basis |
The dual matrix to the basis matrix read from the file.
This stores the dual so that the results can be reprinted.
std::string LatticeTester::Config< Int, BasIntMat >::filename |
The name of the file that populated this object.
Int LatticeTester::Config< Int, BasIntMat >::m |
The rescalling factor used (if it was needed by the test).
int LatticeTester::Config< Int, BasIntMat >::NumCols |
The number of columns of the matrix stored in this object.
int LatticeTester::Config< Int, BasIntMat >::NumRows |
The number of rows of the matrix stored in this object.
OutputType LatticeTester::Config< Int, BasIntMat >::outputType |
File format used to print the results.
See Const
for a definition of the possible output types.
ProblemType LatticeTester::Config< Int, BasIntMat >::prob |
The problem this object stores configuration for.
All the fields that are not relevant to this problem might contain meaningless information.