LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Class to compute the t-value of a projection of a digital net in base 2. More...
#include <TValueComputation.h>
Static Public Member Functions | |
static unsigned int | computeTValue (std::vector< GeneratingMatrix > baseMatrices, unsigned int maxTValuesSubProj, int verbose) |
Compute the t-value corresponding to the generating matrices baseMatrices , using the prior knowledge that the maximum of the t-values of the subprojections is maxTValuesSubProj . More... | |
static std::vector< unsigned int > | computeTValue (std::vector< GeneratingMatrix > baseMatrices, const std::vector< unsigned int > &maxTValuesSubProj, int verbose) |
Compute the t-value corresponding to the generating matrices baseMatrices , for each level, using the prior knowledge that the maximum of the t-values of the subprojections, for each level i is maxTValuesSubProj [i]. More... | |
static std::vector< unsigned int > | computeTValue (std::vector< GeneratingMatrix > baseMatrices, unsigned int mMin, const std::vector< unsigned int > &maxTValuesSubProj, int verbose) |
Compute the t-value corresponding to the generating matrices baseMatrices , for each level greater or equal to mMin , using the prior knowledge that the maximum of the t-values of the subprojections, for each level i + mMin is maxTValuesSubProj [i]. More... | |
Class to compute the t-value of a projection of a digital net in base 2.
This class uses a refined version of the gaussian elimination to compute efficiently the t-value of a projection, knowing the t-value of the smaller projections.
|
static |
Compute the t-value corresponding to the generating matrices baseMatrices
, using the prior knowledge that the maximum of the t-values of the subprojections is maxTValuesSubProj
.
baseMatrices | Generating matrices. |
maxTValuesSubProj | Maximum of the t-value of the subprojections. |
verbose | Verbosity level. |
Referenced by computeTValue().
|
inlinestatic |
Compute the t-value corresponding to the generating matrices baseMatrices
, for each level, using the prior knowledge that the maximum of the t-values of the subprojections, for each level i
is maxTValuesSubProj
[i].
baseMatrices | Generating matrices. |
maxTValuesSubProj | Maximum of the t-value of the subprojections. |
verbose | Verbosity level. |
References computeTValue().
|
static |
Compute the t-value corresponding to the generating matrices baseMatrices
, for each level greater or equal to mMin
, using the prior knowledge that the maximum of the t-values of the subprojections, for each level i + mMin
is maxTValuesSubProj
[i].
We do not compute the t-value for the lower levels.
baseMatrices | Generating matrices. |
mMin | Minimul level. |
maxTValuesSubProj | Maximum of the t-value of the subprojections. |
verbose | Verbosity level. |