|
typedef GeneratingMatrix | GenValue |
typedef std::pair< std::pair< unsigned int, unsigned int >, std::vector< std::shared_ptr< GeneratingMatrix > > > | SizeParameter |
typedef std::vector< GenValue > | GenValueSpaceCoordSeq |
|
static bool | checkGenValue (const GenValue &genValue, const SizeParameter &sizeParam) |
static unsigned int | nRows (const SizeParameter ¶m) |
static unsigned int | nCols (const SizeParameter ¶m) |
static GeneratingMatrix * | createGeneratingMatrix (const GenValue &genValue, const SizeParameter &sizeParam, const Dimension &dimension_j=1, const unsigned int nRows=0) |
static GenValueSpaceCoordSeq | genValueSpaceCoord (Dimension coord, const SizeParameter &sizeParameter) |
static std::vector< GenValueSpaceCoordSeq > | genValueSpace (Dimension dimension, const SizeParameter &sizeParameter) |
static std::string | format (const std::vector< std::shared_ptr< GeneratingMatrix > > &genMatrices, const std::vector< std::shared_ptr< GenValue > > &genVals, const SizeParameter &sizeParameter, OutputStyle outputStyle, unsigned int interlacingFactor) |
|
static constexpr bool | isSequenceViewable = false |
static const std::string | name |
static constexpr bool | hasSpecialFirstCoordinate = false |
The documentation for this struct was generated from the following file: